Class: Aws::Types::TransitGatewayRegistration
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRegistration
- 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.
-
#state ⇒ Types::TransitGatewayRegistrationStateReason
Returns the value of attribute state.
-
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
Instance Attribute Details
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def global_network_id @global_network_id end |
#state ⇒ Types::TransitGatewayRegistrationStateReason
Returns the value of attribute state.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def state @state end |
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def transit_gateway_arn @transit_gateway_arn end |