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.
18625 18626 18627 |
# File 'sig/types.rbs', line 18625 def connect_peer_configuration @connect_peer_configuration end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18624 18625 18626 |
# File 'sig/types.rbs', line 18624 def creation_time @creation_time end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18623 18624 18625 |
# File 'sig/types.rbs', line 18623 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18626 18627 18628 |
# File 'sig/types.rbs', line 18626 def @tags end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18621 18622 18623 |
# File 'sig/types.rbs', line 18621 def @transit_gateway_attachment_id end |
#transit_gateway_connect_peer_id ⇒ ::String
Returns the value of attribute transit_gateway_connect_peer_id.
18622 18623 18624 |
# File 'sig/types.rbs', line 18622 def transit_gateway_connect_peer_id @transit_gateway_connect_peer_id end |