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.
14662 14663 14664 |
# File 'sig/types.rbs', line 14662 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14664 14665 14666 |
# File 'sig/types.rbs', line 14664 def dry_run @dry_run end |
#options ⇒ Types::ModifyTransitGatewayOptions
Returns the value of attribute options.
14663 14664 14665 |
# File 'sig/types.rbs', line 14663 def @options end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
14661 14662 14663 |
# File 'sig/types.rbs', line 14661 def transit_gateway_id @transit_gateway_id end |