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.
3430 3431 3432 |
# File 'sig/types.rbs', line 3430 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3429 3430 3431 |
# File 'sig/types.rbs', line 3429 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3428 3429 3430 |
# File 'sig/types.rbs', line 3428 def transit_gateway_id @transit_gateway_id end |