Class: Aws::Types::CreateTransitGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayRequest
- 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::TransitGatewayRequestOptions
Returns the value of attribute options.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3454 3455 3456 |
# File 'sig/types.rbs', line 3454 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3457 3458 3459 |
# File 'sig/types.rbs', line 3457 def dry_run @dry_run end |
#options ⇒ Types::TransitGatewayRequestOptions
Returns the value of attribute options.
3455 3456 3457 |
# File 'sig/types.rbs', line 3455 def @options end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3456 3457 3458 |
# File 'sig/types.rbs', line 3456 def tag_specifications @tag_specifications end |