Class: Aws::Types::TransitGateway
- Inherits:
-
Object
- Object
- Aws::Types::TransitGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#options ⇒ Types::TransitGatewayOptions
Returns the value of attribute options.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18528 18529 18530 |
# File 'sig/types.rbs', line 18528 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
18527 18528 18529 |
# File 'sig/types.rbs', line 18527 def description @description end |
#options ⇒ Types::TransitGatewayOptions
Returns the value of attribute options.
18529 18530 18531 |
# File 'sig/types.rbs', line 18529 def @options end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
18526 18527 18528 |
# File 'sig/types.rbs', line 18526 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18525 18526 18527 |
# File 'sig/types.rbs', line 18525 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18530 18531 18532 |
# File 'sig/types.rbs', line 18530 def @tags end |
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
18524 18525 18526 |
# File 'sig/types.rbs', line 18524 def transit_gateway_arn @transit_gateway_arn end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18523 18524 18525 |
# File 'sig/types.rbs', line 18523 def transit_gateway_id @transit_gateway_id end |