Class: Aws::Types::UpdateBridgeStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBridgeStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#desired_state ⇒ "ACTIVE", ...
Returns the value of attribute desired_state.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def bridge_arn @bridge_arn end |
#desired_state ⇒ "ACTIVE", ...
Returns the value of attribute desired_state.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def desired_state @desired_state end |