Class: Aws::Types::AvailableBillingMode
- Inherits:
-
Object
- Object
- Aws::Types::AvailableBillingMode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_port_speeds ⇒ ::Array[::String]
Returns the value of attribute available_port_speeds.
-
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
-
#included_regions ⇒ ::Array[::String]
Returns the value of attribute included_regions.
Instance Attribute Details
#available_port_speeds ⇒ ::Array[::String]
Returns the value of attribute available_port_speeds.
136 137 138 |
# File 'sig/types.rbs', line 136 def available_port_speeds @available_port_speeds end |
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
135 136 137 |
# File 'sig/types.rbs', line 135 def billing_mode @billing_mode end |
#included_regions ⇒ ::Array[::String]
Returns the value of attribute included_regions.
137 138 139 |
# File 'sig/types.rbs', line 137 def included_regions @included_regions end |