Class: Aws::Inspector2::Types::Account
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Account
- Defined in:
- gems/aws-sdk-inspector2/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.
46 47 48 49 50 51 52 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 46 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.
46 47 48 49 50 51 52 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 46 class Account < Struct.new( :account_id, :resource_status, :status) SENSITIVE = [] include Aws::Structure end |