Class: Aws::Types::GetRevenueStatisticsSummaryRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency"USDC"

Returns the value of attribute currency.

Returns:

  • ("USDC")


700
701
702
# File 'sig/types.rbs', line 700

def currency
  @currency
end

#filters::Array[Types::MonetizationFilter]

Returns the value of attribute filters.

Returns:



701
702
703
# File 'sig/types.rbs', line 701

def filters
  @filters
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


699
700
701
# File 'sig/types.rbs', line 699

def scope
  @scope
end

#time_windowTypes::TimeWindow

Returns the value of attribute time_window.

Returns:



698
699
700
# File 'sig/types.rbs', line 698

def time_window
  @time_window
end