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.
18168 18169 18170 |
# File 'sig/types.rbs', line 18168 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
18167 18168 18169 |
# File 'sig/types.rbs', line 18167 def description @description end |
#options ⇒ Types::TransitGatewayOptions
Returns the value of attribute options.
18169 18170 18171 |
# File 'sig/types.rbs', line 18169 def @options end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
18166 18167 18168 |
# File 'sig/types.rbs', line 18166 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18165 18166 18167 |
# File 'sig/types.rbs', line 18165 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18170 18171 18172 |
# File 'sig/types.rbs', line 18170 def @tags end |
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
18164 18165 18166 |
# File 'sig/types.rbs', line 18164 def transit_gateway_arn @transit_gateway_arn end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18163 18164 18165 |
# File 'sig/types.rbs', line 18163 def transit_gateway_id @transit_gateway_id end |