Class: Aws::Types::TransitGatewayConnectPeerAssociation
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayConnectPeerAssociation
- 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.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#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.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def link_id @link_id end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def state @state end |
#transit_gateway_connect_peer_arn ⇒ ::String
Returns the value of attribute transit_gateway_connect_peer_arn.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def transit_gateway_connect_peer_arn @transit_gateway_connect_peer_arn end |