Class: Aws::GuardDuty::Types::GetUsageStatisticsResponse

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


3389
3390
3391
3392
3393
3394
# File 'lib/aws-sdk-guardduty/types.rb', line 3389

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

#usage_statisticsTypes::UsageStatistics

The usage statistics object. If a UsageStatisticType was provided, the objects representing other types will be null.



3389
3390
3391
3392
3393
3394
# File 'lib/aws-sdk-guardduty/types.rb', line 3389

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