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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

#totalsArray<Types::UsageTotal>

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

Returns:



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