Class: Aws::Macie2::Types::GetUsageTotalsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#time_rangeString

Returns:

  • (String)


3470
3471
3472
3473
3474
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3470

class GetUsageTotalsRequest < Struct.new(
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end