Class: Aws::Types::UpdateGatewayInstanceResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGatewayInstanceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_placement ⇒ "AVAILABLE", "LOCKED"
Returns the value of attribute bridge_placement.
-
#gateway_instance_arn ⇒ ::String
Returns the value of attribute gateway_instance_arn.
Instance Attribute Details
#bridge_placement ⇒ "AVAILABLE", "LOCKED"
Returns the value of attribute bridge_placement.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def bridge_placement @bridge_placement end |
#gateway_instance_arn ⇒ ::String
Returns the value of attribute gateway_instance_arn.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def gateway_instance_arn @gateway_instance_arn end |