Class: Aws::Types::GetRevenueStatisticsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def next_marker
  @next_marker
end

#revenue_path_statistics::Array[Types::RevenuePathStatistics]

Returns the value of attribute revenue_path_statistics.

Returns:



692
693
694
# File 'sig/types.rbs', line 692

def revenue_path_statistics
  @revenue_path_statistics
end

#source_statistics::Array[Types::SourceStatistics]

Returns the value of attribute source_statistics.

Returns:



691
692
693
# File 'sig/types.rbs', line 691

def source_statistics
  @source_statistics
end