Class: Aws::Types::CreateTransitGatewayPolicyTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayPolicyTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3542 3543 3544 |
# File 'sig/types.rbs', line 3542 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3541 3542 3543 |
# File 'sig/types.rbs', line 3541 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def transit_gateway_id @transit_gateway_id end |