Class: Aws::Types::AssociateTransitGatewayConnectPeerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def device_id
  @device_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def global_network_id
  @global_network_id
end

Returns the value of attribute link_id.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def link_id
  @link_id
end

#transit_gateway_connect_peer_arn ⇒ ::String

Returns the value of attribute transit_gateway_connect_peer_arn.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def transit_gateway_connect_peer_arn
  @transit_gateway_connect_peer_arn
end