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.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3569 3570 3571 |
# File 'sig/types.rbs', line 3569 def dry_run @dry_run end |
#options ⇒ Types::TransitGatewayRequestOptions
Returns the value of attribute options.
3567 3568 3569 |
# File 'sig/types.rbs', line 3567 def @options end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3568 3569 3570 |
# File 'sig/types.rbs', line 3568 def tag_specifications @tag_specifications end |