Class: Aws::Types::TransitGatewayConnectPeerAssociation

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)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def device_id
  @device_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def global_network_id
  @global_network_id
end

Returns the value of attribute link_id.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def link_id
  @link_id
end

#state ⇒ "PENDING", ...

Returns the value of attribute state.

Returns:

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


1788
1789
1790
# File 'sig/types.rbs', line 1788

def state
  @state
end

#transit_gateway_connect_peer_arn ⇒ ::String

Returns the value of attribute transit_gateway_connect_peer_arn.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def transit_gateway_connect_peer_arn
  @transit_gateway_connect_peer_arn
end