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

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


3705
3706
3707
3708
3709
3710
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3705

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.



3705
3706
3707
3708
3709
3710
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3705

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