Class: Aws::Inspector2::Types::Account

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account.

Returns:

  • (String)


43
44
45
46
47
48
49
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 43

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

#resource_statusTypes::ResourceStatus

Details of the status of Amazon Inspector scans by resource type.



43
44
45
46
47
48
49
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 43

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

#statusString

The status of Amazon Inspector for the account.

Returns:

  • (String)


43
44
45
46
47
48
49
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 43

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