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.
18609 18610 18611 |
# File 'sig/types.rbs', line 18609 def creation_time @creation_time end |
#options ⇒ Types::TransitGatewayConnectOptions
Returns the value of attribute options.
18610 18611 18612 |
# File 'sig/types.rbs', line 18610 def @options end |
#state ⇒ "initiating", ...
Returns the value of attribute state.
18608 18609 18610 |
# File 'sig/types.rbs', line 18608 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18611 18612 18613 |
# File 'sig/types.rbs', line 18611 def @tags end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18605 18606 18607 |
# File 'sig/types.rbs', line 18605 def @transit_gateway_attachment_id end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18607 18608 18609 |
# File 'sig/types.rbs', line 18607 def transit_gateway_id @transit_gateway_id end |
#transport_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transport_transit_gateway_attachment_id.
18606 18607 18608 |
# File 'sig/types.rbs', line 18606 def @transport_transit_gateway_attachment_id end |