Class: Aws::Types::AssociateTransitGatewayConnectPeerRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateTransitGatewayConnectPeerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
-
#transit_gateway_connect_peer_arn ⇒ ::String
Returns the value of attribute transit_gateway_connect_peer_arn.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
79 80 81 |
# File 'sig/types.rbs', line 79 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
77 78 79 |
# File 'sig/types.rbs', line 77 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def link_id @link_id end |
#transit_gateway_connect_peer_arn ⇒ ::String
Returns the value of attribute transit_gateway_connect_peer_arn.
78 79 80 |
# File 'sig/types.rbs', line 78 def transit_gateway_connect_peer_arn @transit_gateway_connect_peer_arn end |