Class: Aws::GuardDuty::Types::UnprocessedAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UnprocessedAccount
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the accounts that weren't processed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID.
-
#result ⇒ String
A reason why the account hasn't been processed.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID.
9303 9304 9305 9306 9307 9308 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9303 class UnprocessedAccount < Struct.new( :account_id, :result) SENSITIVE = [] include Aws::Structure end |
#result ⇒ String
A reason why the account hasn't been processed.
9303 9304 9305 9306 9307 9308 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9303 class UnprocessedAccount < Struct.new( :account_id, :result) SENSITIVE = [] include Aws::Structure end |