Class: Aws::Types::TransitGatewayConnect
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayConnect
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#options ⇒ Types::TransitGatewayConnectOptions
Returns the value of attribute options.
-
#state ⇒ "initiating", ...
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_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#transport_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transport_transit_gateway_attachment_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18249 18250 18251 |
# File 'sig/types.rbs', line 18249 def creation_time @creation_time end |
#options ⇒ Types::TransitGatewayConnectOptions
Returns the value of attribute options.
18250 18251 18252 |
# File 'sig/types.rbs', line 18250 def @options end |
#state ⇒ "initiating", ...
Returns the value of attribute state.
18248 18249 18250 |
# File 'sig/types.rbs', line 18248 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18251 18252 18253 |
# File 'sig/types.rbs', line 18251 def @tags end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18245 18246 18247 |
# File 'sig/types.rbs', line 18245 def @transit_gateway_attachment_id end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18247 18248 18249 |
# File 'sig/types.rbs', line 18247 def transit_gateway_id @transit_gateway_id end |
#transport_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transport_transit_gateway_attachment_id.
18246 18247 18248 |
# File 'sig/types.rbs', line 18246 def @transport_transit_gateway_attachment_id end |