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.
17938 17939 17940 |
# File 'sig/types.rbs', line 17938 def creation_time @creation_time end |
#options ⇒ Types::TransitGatewayConnectOptions
Returns the value of attribute options.
17939 17940 17941 |
# File 'sig/types.rbs', line 17939 def @options end |
#state ⇒ "initiating", ...
Returns the value of attribute state.
17937 17938 17939 |
# File 'sig/types.rbs', line 17937 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17940 17941 17942 |
# File 'sig/types.rbs', line 17940 def @tags end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
17934 17935 17936 |
# File 'sig/types.rbs', line 17934 def @transit_gateway_attachment_id end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
17936 17937 17938 |
# File 'sig/types.rbs', line 17936 def transit_gateway_id @transit_gateway_id end |
#transport_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transport_transit_gateway_attachment_id.
17935 17936 17937 |
# File 'sig/types.rbs', line 17935 def @transport_transit_gateway_attachment_id end |