Class: Aws::Types::Distribution
- Inherits:
-
Object
- Object
- Aws::Types::Distribution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#percentage ⇒ ::Integer
Returns the value of attribute percentage.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#percentage ⇒ ::Integer
Returns the value of attribute percentage.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def percentage @percentage end |
#region ⇒ ::String
Returns the value of attribute region.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def region @region end |