Class: Aws::Types::TransitGatewayConnectPeer
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayConnectPeer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_peer_configuration ⇒ Types::TransitGatewayConnectPeerConfiguration
Returns the value of attribute connect_peer_configuration.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#transit_gateway_connect_peer_id ⇒ ::String
Returns the value of attribute transit_gateway_connect_peer_id.
Instance Attribute Details
#connect_peer_configuration ⇒ Types::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.
18603 18604 18605 |
# File 'sig/types.rbs', line 18603 def creation_time @creation_time end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18602 18603 18604 |
# File 'sig/types.rbs', line 18602 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18605 18606 18607 |
# File 'sig/types.rbs', line 18605 def @tags end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18600 18601 18602 |
# File 'sig/types.rbs', line 18600 def @transit_gateway_attachment_id end |
#transit_gateway_connect_peer_id ⇒ ::String
Returns the value of attribute transit_gateway_connect_peer_id.
18601 18602 18603 |
# File 'sig/types.rbs', line 18601 def transit_gateway_connect_peer_id @transit_gateway_connect_peer_id end |