Class: Aws::Types::RevenuePathStatistics
- Inherits:
-
Object
- Object
- Aws::Types::RevenuePathStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#percentage ⇒ ::Float
Returns the value of attribute percentage.
-
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def amount @amount end |
#path ⇒ ::String
Returns the value of attribute path.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def path @path end |
#percentage ⇒ ::Float
Returns the value of attribute percentage.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def percentage @percentage end |
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def request_count @request_count end |