Class: Aws::Inspector2::Types::MemberAccountEc2DeepInspectionStatusState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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

Instance Attribute Details

#account_idString

The unique identifier for the Amazon Web Services account of the organization member

Returns:

  • (String)


5450
5451
5452
5453
5454
5455
5456
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5450

class MemberAccountEc2DeepInspectionStatusState < Struct.new(
  :account_id,
  :error_message,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message explaining why the account failed to activate Amazon Inspector deep inspection.

Returns:

  • (String)


5450
5451
5452
5453
5454
5455
5456
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5450

class MemberAccountEc2DeepInspectionStatusState < Struct.new(
  :account_id,
  :error_message,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The state of Amazon Inspector deep inspection in the member account.

Returns:

  • (String)


5450
5451
5452
5453
5454
5455
5456
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5450

class MemberAccountEc2DeepInspectionStatusState < Struct.new(
  :account_id,
  :error_message,
  :status)
  SENSITIVE = []
  include Aws::Structure
end