Class: Aws::Types::GetRevenueStatisticsRequest

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")


680
681
682
# File 'sig/types.rbs', line 680

def currency
  @currency
end

#filters::Array[Types::MonetizationFilter]

Returns the value of attribute filters.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def filters
  @filters
end

#group_by"NAME", ...

Returns the value of attribute group_by.

Returns:

  • ("NAME", "CATEGORY", "INTENT", "ORGANIZATION", "WEBACL")


681
682
683
# File 'sig/types.rbs', line 681

def group_by
  @group_by
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


684
685
686
# File 'sig/types.rbs', line 684

def limit
  @limit
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def next_marker
  @next_marker
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


679
680
681
# File 'sig/types.rbs', line 679

def scope
  @scope
end

#sort_by"REVENUE", ...

Returns the value of attribute sort_by.

Returns:

  • ("REVENUE", "PERCENTAGE", "NAME")


685
686
687
# File 'sig/types.rbs', line 685

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


686
687
688
# File 'sig/types.rbs', line 686

def sort_order
  @sort_order
end

#statistic_type"TOP_SOURCES_BY_REVENUE", "TOP_PATHS_BY_REVENUE"

Returns the value of attribute statistic_type.

Returns:

  • ("TOP_SOURCES_BY_REVENUE", "TOP_PATHS_BY_REVENUE")


677
678
679
# File 'sig/types.rbs', line 677

def statistic_type
  @statistic_type
end

#time_windowTypes::TimeWindow

Returns the value of attribute time_window.

Returns:



678
679
680
# File 'sig/types.rbs', line 678

def time_window
  @time_window
end