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.



18604
18605
18606
# File 'sig/types.rbs', line 18604

def connect_peer_configuration
  @connect_peer_configuration
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


18603
18604
18605
# File 'sig/types.rbs', line 18603

def creation_time
  @creation_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


18602
18603
18604
# File 'sig/types.rbs', line 18602

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18605
18606
18607
# File 'sig/types.rbs', line 18605

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18600
18601
18602
# File 'sig/types.rbs', line 18600

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)


18601
18602
18603
# File 'sig/types.rbs', line 18601

def transit_gateway_connect_peer_id
  @transit_gateway_connect_peer_id
end