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.
4293 4294 4295 4296 4297 4298 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4293 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.
4293 4294 4295 4296 4297 4298 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4293 class ListUsageTotalsResponse < Struct.new( :next_token, :totals) SENSITIVE = [] include Aws::Structure end |