Class: Aws::Types::Bridge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arn::String

Returns the value of attribute bridge_arn.

Returns:

  • (::String)


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.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def bridge_messages
  @bridge_messages
end

#bridge_state"CREATING", ...

Returns the value of attribute bridge_state.

Returns:

  • ("CREATING", "STANDBY", "STARTING", "DEPLOYING", "ACTIVE", "STOPPING", "DELETING", "DELETED", "START_FAILED", "START_PENDING", "STOP_FAILED", "UPDATING")


263
264
265
# File 'sig/types.rbs', line 263

def bridge_state
  @bridge_state
end

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

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def name
  @name
end

#outputs::Array[Types::BridgeOutput]

Returns the value of attribute outputs.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def outputs
  @outputs
end

#placement_arn::String

Returns the value of attribute placement_arn.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def placement_arn
  @placement_arn
end

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

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def sources
  @sources
end