Class: Aws::Types::GatewayInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_placement"AVAILABLE", "LOCKED"

Returns the value of attribute bridge_placement.

Returns:

  • ("AVAILABLE", "LOCKED")


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.

Returns:

  • ("CONNECTED", "DISCONNECTED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



847
848
849
# File 'sig/types.rbs', line 847

def instance_messages
  @instance_messages
end

#instance_state"REGISTERING", ...

Returns the value of attribute instance_state.

Returns:

  • ("REGISTERING", "ACTIVE", "DEREGISTERING", "DEREGISTERED", "REGISTRATION_ERROR", "DEREGISTRATION_ERROR")


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.

Returns:

  • (::Integer)


849
850
851
# File 'sig/types.rbs', line 849

def running_bridge_count
  @running_bridge_count
end