Class: Aws::Inspector2::Types::ListUsageTotalsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


5347
5348
5349
5350
5351
5352
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5347

class ListUsageTotalsResponse < Struct.new(
  :next_token,
  :totals)
  SENSITIVE = []
  include Aws::Structure
end

#totalsArray<Types::UsageTotal>

An object with details on the total usage for the requested account.

Returns:



5347
5348
5349
5350
5351
5352
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5347

class ListUsageTotalsResponse < Struct.new(
  :next_token,
  :totals)
  SENSITIVE = []
  include Aws::Structure
end