Class: Aws::SecurityHub::Types::Result
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Result
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Details about the account that was not processed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
An Amazon Web Services account ID of the account that was not processed.
-
#processing_result ⇒ String
The reason that the account was not processed.
Instance Attribute Details
#account_id ⇒ String
An Amazon Web Services account ID of the account that was not processed.
27922 27923 27924 27925 27926 27927 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27922 class Result < Struct.new( :account_id, :processing_result) SENSITIVE = [] include Aws::Structure end |