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