Class: Aws::Types::CreateBridgeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_gateway_bridgeTypes::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_bridgeTypes::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.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def name
  @name
end

#outputs::Array[Types::AddBridgeOutputRequest]

Returns the value of attribute outputs.

Returns:



342
343
344
# File 'sig/types.rbs', line 342

def outputs
  @outputs
end

#placement_arn::String

Returns the value of attribute placement_arn.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def placement_arn
  @placement_arn
end

#source_failover_configTypes::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.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def sources
  @sources
end