Class: Aws::Types::UpdateConnectionsBillingModeResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionsBillingModeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
-
#connections ⇒ ::Array[Types::Connection]
Returns the value of attribute connections.
Instance Attribute Details
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def billing_mode @billing_mode end |
#connections ⇒ ::Array[Types::Connection]
Returns the value of attribute connections.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def connections @connections end |