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.
18507 18508 18509 |
# File 'sig/types.rbs', line 18507 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
18506 18507 18508 |
# File 'sig/types.rbs', line 18506 def description @description end |
#options ⇒ Types::TransitGatewayOptions
Returns the value of attribute options.
18508 18509 18510 |
# File 'sig/types.rbs', line 18508 def @options end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
18505 18506 18507 |
# File 'sig/types.rbs', line 18505 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18504 18505 18506 |
# File 'sig/types.rbs', line 18504 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18509 18510 18511 |
# File 'sig/types.rbs', line 18509 def @tags end |
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
18503 18504 18505 |
# File 'sig/types.rbs', line 18503 def transit_gateway_arn @transit_gateway_arn end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18502 18503 18504 |
# File 'sig/types.rbs', line 18502 def transit_gateway_id @transit_gateway_id end |