Class: Aws::Types::ConnectPeerAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connect_peer_id ⇒ ::String

Returns the value of attribute connect_peer_id.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def connect_peer_id
  @connect_peer_id
end

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def device_id
  @device_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def global_network_id
  @global_network_id
end

Returns the value of attribute link_id.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def link_id
  @link_id
end

#state ⇒ "PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "AVAILABLE", "DELETING", "DELETED")


176
177
178
# File 'sig/types.rbs', line 176

def state
  @state
end