Class: Aws::Types::AssociateConnectPeerRequest

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)


40
41
42
# File 'sig/types.rbs', line 40

def connect_peer_id
  @connect_peer_id
end

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def device_id
  @device_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def global_network_id
  @global_network_id
end

Returns the value of attribute link_id.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def link_id
  @link_id
end