Class: Aws::Types::TransitGatewayConnectPeer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connect_peer_configurationTypes::TransitGatewayConnectPeerConfiguration

Returns the value of attribute connect_peer_configuration.



17954
17955
17956
# File 'sig/types.rbs', line 17954

def connect_peer_configuration
  @connect_peer_configuration
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


17953
17954
17955
# File 'sig/types.rbs', line 17953

def creation_time
  @creation_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "deleting", "deleted")


17952
17953
17954
# File 'sig/types.rbs', line 17952

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17955
17956
17957
# File 'sig/types.rbs', line 17955

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


17950
17951
17952
# File 'sig/types.rbs', line 17950

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_connect_peer_id::String

Returns the value of attribute transit_gateway_connect_peer_id.

Returns:

  • (::String)


17951
17952
17953
# File 'sig/types.rbs', line 17951

def transit_gateway_connect_peer_id
  @transit_gateway_connect_peer_id
end