Class: Aws::Types::ModifyTransitGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTransitGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#options ⇒ Types::ModifyTransitGatewayOptions
Returns the value of attribute options.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
14317 14318 14319 |
# File 'sig/types.rbs', line 14317 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14319 14320 14321 |
# File 'sig/types.rbs', line 14319 def dry_run @dry_run end |
#options ⇒ Types::ModifyTransitGatewayOptions
Returns the value of attribute options.
14318 14319 14320 |
# File 'sig/types.rbs', line 14318 def @options end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
14316 14317 14318 |
# File 'sig/types.rbs', line 14316 def transit_gateway_id @transit_gateway_id end |