Class: Aws::Inspector2::Types::UsageTotal
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UsageTotal
- 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
-
#account_id ⇒ String
The account ID of the account that usage data was retrieved for.
-
#usage ⇒ Array<Types::Usage>
An object representing the total usage for an account.
Instance Attribute Details
#account_id ⇒ String
The account ID of the account that usage data was retrieved for.
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 |
#usage ⇒ Array<Types::Usage>
An object representing the total usage for an account.
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 |