Class: Aws::Types::UpdateGatewayInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGatewayInstanceRequest
- 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.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def bridge_placement @bridge_placement end |
#gateway_instance_arn ⇒ ::String
Returns the value of attribute gateway_instance_arn.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def gateway_instance_arn @gateway_instance_arn end |