Class: Aws::Inspector2::Types::AccountState

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

Instance Attribute Details

#account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


118
119
120
121
122
123
124
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 118

class AccountState < Struct.new(
  :account_id,
  :resource_state,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#resource_stateTypes::ResourceState

An object detailing which resources Amazon Inspector is enabled to scan for the account.



118
119
120
121
122
123
124
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 118

class AccountState < Struct.new(
  :account_id,
  :resource_state,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::State

An object detailing the status of Amazon Inspector for the account.

Returns:



118
119
120
121
122
123
124
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 118

class AccountState < Struct.new(
  :account_id,
  :resource_state,
  :state)
  SENSITIVE = []
  include Aws::Structure
end