Class: Aws::Types::GatewayInstance
- Inherits:
-
Object
- Object
- Aws::Types::GatewayInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_placement ⇒ "AVAILABLE", "LOCKED"
Returns the value of attribute bridge_placement.
-
#connection_status ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute connection_status.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#gateway_instance_arn ⇒ ::String
Returns the value of attribute gateway_instance_arn.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_messages ⇒ ::Array[Types::MessageDetail]
Returns the value of attribute instance_messages.
-
#instance_state ⇒ "REGISTERING", ...
Returns the value of attribute instance_state.
-
#running_bridge_count ⇒ ::Integer
Returns the value of attribute running_bridge_count.
Instance Attribute Details
#bridge_placement ⇒ "AVAILABLE", "LOCKED"
Returns the value of attribute bridge_placement.
842 843 844 |
# File 'sig/types.rbs', line 842 def bridge_placement @bridge_placement end |
#connection_status ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute connection_status.
843 844 845 |
# File 'sig/types.rbs', line 843 def connection_status @connection_status end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
844 845 846 |
# File 'sig/types.rbs', line 844 def gateway_arn @gateway_arn end |
#gateway_instance_arn ⇒ ::String
Returns the value of attribute gateway_instance_arn.
845 846 847 |
# File 'sig/types.rbs', line 845 def gateway_instance_arn @gateway_instance_arn end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
846 847 848 |
# File 'sig/types.rbs', line 846 def instance_id @instance_id end |
#instance_messages ⇒ ::Array[Types::MessageDetail]
Returns the value of attribute instance_messages.
847 848 849 |
# File 'sig/types.rbs', line 847 def @instance_messages end |
#instance_state ⇒ "REGISTERING", ...
Returns the value of attribute instance_state.
848 849 850 |
# File 'sig/types.rbs', line 848 def instance_state @instance_state end |
#running_bridge_count ⇒ ::Integer
Returns the value of attribute running_bridge_count.
849 850 851 |
# File 'sig/types.rbs', line 849 def running_bridge_count @running_bridge_count end |