Class: Aws::Inspector2::Types::AccountState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AccountState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
An object with details the status of an Amazon Web Services account within your Amazon Inspector environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID.
-
#resource_state ⇒ Types::ResourceState
An object detailing which resources Amazon Inspector is enabled to scan for the account.
-
#state ⇒ Types::State
An object detailing the status of Amazon Inspector for the account.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID.
128 129 130 131 132 133 134 |
# File 'lib/aws-sdk-inspector2/types.rb', line 128 class AccountState < Struct.new( :account_id, :resource_state, :state) SENSITIVE = [] include Aws::Structure end |
#resource_state ⇒ Types::ResourceState
An object detailing which resources Amazon Inspector is enabled to scan for the account.
128 129 130 131 132 133 134 |
# File 'lib/aws-sdk-inspector2/types.rb', line 128 class AccountState < Struct.new( :account_id, :resource_state, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ Types::State
An object detailing the status of Amazon Inspector for the account.
128 129 130 131 132 133 134 |
# File 'lib/aws-sdk-inspector2/types.rb', line 128 class AccountState < Struct.new( :account_id, :resource_state, :state) SENSITIVE = [] include Aws::Structure end |