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.
3166 3167 3168 3169 3170 3171 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3166 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.
3166 3167 3168 3169 3170 3171 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3166 class ListUsageTotalsResponse < Struct.new( :next_token, :totals) SENSITIVE = [] include Aws::Structure end |