Class: Aws::Types::RevenuePathStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::String

Returns the value of attribute amount.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def amount
  @amount
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def path
  @path
end

#percentage::Float

Returns the value of attribute percentage.

Returns:

  • (::Float)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def percentage
  @percentage
end

#request_count::Integer

Returns the value of attribute request_count.

Returns:

  • (::Integer)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def request_count
  @request_count
end