Class: Aws::Types::Bridge
- Inherits:
-
Object
- Object
- Aws::Types::Bridge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#bridge_messages ⇒ ::Array[Types::MessageDetail]
Returns the value of attribute bridge_messages.
-
#bridge_state ⇒ "CREATING", ...
Returns the value of attribute bridge_state.
-
#egress_gateway_bridge ⇒ Types::EgressGatewayBridge
Returns the value of attribute egress_gateway_bridge.
-
#ingress_gateway_bridge ⇒ Types::IngressGatewayBridge
Returns the value of attribute ingress_gateway_bridge.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outputs ⇒ ::Array[Types::BridgeOutput]
Returns the value of attribute outputs.
-
#placement_arn ⇒ ::String
Returns the value of attribute placement_arn.
-
#source_failover_config ⇒ Types::FailoverConfig
Returns the value of attribute source_failover_config.
-
#sources ⇒ ::Array[Types::BridgeSource]
Returns the value of attribute sources.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
261 262 263 |
# File 'sig/types.rbs', line 261 def bridge_arn @bridge_arn end |
#bridge_messages ⇒ ::Array[Types::MessageDetail]
Returns the value of attribute bridge_messages.
262 263 264 |
# File 'sig/types.rbs', line 262 def @bridge_messages end |
#bridge_state ⇒ "CREATING", ...
Returns the value of attribute bridge_state.
263 264 265 |
# File 'sig/types.rbs', line 263 def bridge_state @bridge_state end |
#egress_gateway_bridge ⇒ Types::EgressGatewayBridge
Returns the value of attribute egress_gateway_bridge.
264 265 266 |
# File 'sig/types.rbs', line 264 def egress_gateway_bridge @egress_gateway_bridge end |
#ingress_gateway_bridge ⇒ Types::IngressGatewayBridge
Returns the value of attribute ingress_gateway_bridge.
265 266 267 |
# File 'sig/types.rbs', line 265 def ingress_gateway_bridge @ingress_gateway_bridge end |
#name ⇒ ::String
Returns the value of attribute name.
266 267 268 |
# File 'sig/types.rbs', line 266 def name @name end |
#outputs ⇒ ::Array[Types::BridgeOutput]
Returns the value of attribute outputs.
267 268 269 |
# File 'sig/types.rbs', line 267 def outputs @outputs end |
#placement_arn ⇒ ::String
Returns the value of attribute placement_arn.
268 269 270 |
# File 'sig/types.rbs', line 268 def placement_arn @placement_arn end |
#source_failover_config ⇒ Types::FailoverConfig
Returns the value of attribute source_failover_config.
269 270 271 |
# File 'sig/types.rbs', line 269 def source_failover_config @source_failover_config end |
#sources ⇒ ::Array[Types::BridgeSource]
Returns the value of attribute sources.
270 271 272 |
# File 'sig/types.rbs', line 270 def sources @sources end |