Class: Aws::Types::UpdateConnectionsBillingModeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionsBillingModeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
-
#connection_ids ⇒ ::Array[::String]
Returns the value of attribute connection_ids.
Instance Attribute Details
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def billing_mode @billing_mode end |
#connection_ids ⇒ ::Array[::String]
Returns the value of attribute connection_ids.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def connection_ids @connection_ids end |