Class: Aws::Types::CreateBridgeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBridgeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_gateway_bridge ⇒ Types::AddEgressGatewayBridgeRequest
Returns the value of attribute egress_gateway_bridge.
-
#ingress_gateway_bridge ⇒ Types::AddIngressGatewayBridgeRequest
Returns the value of attribute ingress_gateway_bridge.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outputs ⇒ ::Array[Types::AddBridgeOutputRequest]
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::AddBridgeSourceRequest]
Returns the value of attribute sources.
Instance Attribute Details
#egress_gateway_bridge ⇒ Types::AddEgressGatewayBridgeRequest
Returns the value of attribute egress_gateway_bridge.
339 340 341 |
# File 'sig/types.rbs', line 339 def egress_gateway_bridge @egress_gateway_bridge end |
#ingress_gateway_bridge ⇒ Types::AddIngressGatewayBridgeRequest
Returns the value of attribute ingress_gateway_bridge.
340 341 342 |
# File 'sig/types.rbs', line 340 def ingress_gateway_bridge @ingress_gateway_bridge end |
#name ⇒ ::String
Returns the value of attribute name.
341 342 343 |
# File 'sig/types.rbs', line 341 def name @name end |
#outputs ⇒ ::Array[Types::AddBridgeOutputRequest]
Returns the value of attribute outputs.
342 343 344 |
# File 'sig/types.rbs', line 342 def outputs @outputs end |
#placement_arn ⇒ ::String
Returns the value of attribute placement_arn.
343 344 345 |
# File 'sig/types.rbs', line 343 def placement_arn @placement_arn end |
#source_failover_config ⇒ Types::FailoverConfig
Returns the value of attribute source_failover_config.
344 345 346 |
# File 'sig/types.rbs', line 344 def source_failover_config @source_failover_config end |
#sources ⇒ ::Array[Types::AddBridgeSourceRequest]
Returns the value of attribute sources.
345 346 347 |
# File 'sig/types.rbs', line 345 def sources @sources end |