Class: Aws::Inspector2::Types::ListUsageTotalsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListUsageTotalsResponse
- Defined in:
- gems/aws-sdk-inspector2/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.
5367 5368 5369 5370 5371 5372 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5367 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.
5367 5368 5369 5370 5371 5372 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5367 class ListUsageTotalsResponse < Struct.new( :next_token, :totals) SENSITIVE = [] include Aws::Structure end |