Class: Aws::Inspector2::Types::UsageTotal

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

The total of usage for an account ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the account that usage data was retrieved for.

Returns:

  • (String)


7140
7141
7142
7143
7144
7145
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7140

class UsageTotal < Struct.new(
  :account_id,
  :usage)
  SENSITIVE = []
  include Aws::Structure
end

#usageArray<Types::Usage>

An object representing the total usage for an account.

Returns:



7140
7141
7142
7143
7144
7145
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7140

class UsageTotal < Struct.new(
  :account_id,
  :usage)
  SENSITIVE = []
  include Aws::Structure
end