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.
17857 17858 17859 |
# File 'sig/types.rbs', line 17857 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
17856 17857 17858 |
# File 'sig/types.rbs', line 17856 def description @description end |
#options ⇒ Types::TransitGatewayOptions
Returns the value of attribute options.
17858 17859 17860 |
# File 'sig/types.rbs', line 17858 def @options end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17855 17856 17857 |
# File 'sig/types.rbs', line 17855 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17854 17855 17856 |
# File 'sig/types.rbs', line 17854 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17859 17860 17861 |
# File 'sig/types.rbs', line 17859 def @tags end |
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
17853 17854 17855 |
# File 'sig/types.rbs', line 17853 def transit_gateway_arn @transit_gateway_arn end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
17852 17853 17854 |
# File 'sig/types.rbs', line 17852 def transit_gateway_id @transit_gateway_id end |