Class: Aws::Types::DisassociateTransitGatewayConnectPeerRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateTransitGatewayConnectPeerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#transit_gateway_connect_peer_arn ⇒ ::String
Returns the value of attribute transit_gateway_connect_peer_arn.
Instance Attribute Details
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
823 824 825 |
# File 'sig/types.rbs', line 823 def global_network_id @global_network_id end |
#transit_gateway_connect_peer_arn ⇒ ::String
Returns the value of attribute transit_gateway_connect_peer_arn.
824 825 826 |
# File 'sig/types.rbs', line 824 def transit_gateway_connect_peer_arn @transit_gateway_connect_peer_arn end |