Class: Aws::Inspector2::Types::Account
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Account
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
An Amazon Web Services account within your environment that Amazon Inspector has been enabled for.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account.
-
#resource_status ⇒ Types::ResourceStatus
Details of the status of Amazon Inspector scans by resource type.
-
#status ⇒ String
The status of Amazon Inspector for the account.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-inspector2/types.rb', line 43 class Account < Struct.new( :account_id, :resource_status, :status) SENSITIVE = [] include Aws::Structure end |
#resource_status ⇒ Types::ResourceStatus
Details of the status of Amazon Inspector scans by resource type.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-inspector2/types.rb', line 43 class Account < Struct.new( :account_id, :resource_status, :status) SENSITIVE = [] include Aws::Structure end |