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.
8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8531 class UnprocessedAccount < Struct.new( :account_id, :result) SENSITIVE = [] include Aws::Structure end |
#result ⇒ String
A reason why the account hasn't been processed.
8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8531 class UnprocessedAccount < Struct.new( :account_id, :result) SENSITIVE = [] include Aws::Structure end |