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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7246
7247
7248
7249
7250
7251
# File 'lib/aws-sdk-inspector2/types.rb', line 7246

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:



7246
7247
7248
7249
7250
7251
# File 'lib/aws-sdk-inspector2/types.rb', line 7246

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