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.
14020 14021 14022 |
# File 'sig/types.rbs', line 14020 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14022 14023 14024 |
# File 'sig/types.rbs', line 14022 def dry_run @dry_run end |
#options ⇒ Types::ModifyTransitGatewayOptions
Returns the value of attribute options.
14021 14022 14023 |
# File 'sig/types.rbs', line 14021 def @options end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
14019 14020 14021 |
# File 'sig/types.rbs', line 14019 def transit_gateway_id @transit_gateway_id end |