Class: Aws::Inspector2::Types::ListUsageTotalsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListUsageTotalsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
-
#totals ⇒ Array<Types::UsageTotal>
An object with details on the total usage for the requested account.
Instance Attribute Details
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
6778 6779 6780 6781 6782 6783 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6778 class ListUsageTotalsResponse < Struct.new( :next_token, :totals) SENSITIVE = [] include Aws::Structure end |
#totals ⇒ Array<Types::UsageTotal>
An object with details on the total usage for the requested account.
6778 6779 6780 6781 6782 6783 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6778 class ListUsageTotalsResponse < Struct.new( :next_token, :totals) SENSITIVE = [] include Aws::Structure end |