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.



18265
18266
18267
# File 'sig/types.rbs', line 18265

def connect_peer_configuration
  @connect_peer_configuration
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


18264
18265
18266
# File 'sig/types.rbs', line 18264

def creation_time
  @creation_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


18263
18264
18265
# File 'sig/types.rbs', line 18263

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18266
18267
18268
# File 'sig/types.rbs', line 18266

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18261
18262
18263
# File 'sig/types.rbs', line 18261

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)


18262
18263
18264
# File 'sig/types.rbs', line 18262

def transit_gateway_connect_peer_id
  @transit_gateway_connect_peer_id
end