Class: Aws::Inspector2::Types::MemberAccountEc2DeepInspectionStatusState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::MemberAccountEc2DeepInspectionStatusState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
An object that contains details about the state of Amazon Inspector deep inspection for a member account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The unique identifier for the Amazon Web Services account of the organization member.
-
#error_message ⇒ String
The error message explaining why the account failed to activate Amazon Inspector deep inspection.
-
#status ⇒ String
The state of Amazon Inspector deep inspection in the member account.
Instance Attribute Details
#account_id ⇒ String
The unique identifier for the Amazon Web Services account of the organization member
5470 5471 5472 5473 5474 5475 5476 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5470 class MemberAccountEc2DeepInspectionStatusState < Struct.new( :account_id, :error_message, :status) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message explaining why the account failed to activate Amazon Inspector deep inspection.
5470 5471 5472 5473 5474 5475 5476 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5470 class MemberAccountEc2DeepInspectionStatusState < Struct.new( :account_id, :error_message, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of Amazon Inspector deep inspection in the member account.
5470 5471 5472 5473 5474 5475 5476 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5470 class MemberAccountEc2DeepInspectionStatusState < Struct.new( :account_id, :error_message, :status) SENSITIVE = [] include Aws::Structure end |