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)


4617
4618
4619
4620
4621
4622
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4617

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:



4617
4618
4619
4620
4621
4622
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4617

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