Class: Aws::Types::ModifyTransitGatewayPolicyTableEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTransitGatewayPolicyTableEntryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#policy_rule ⇒ Types::TransitGatewayRequestPolicyRule
Returns the value of attribute policy_rule.
-
#policy_rule_number ⇒ ::String
Returns the value of attribute policy_rule_number.
-
#target_route_table_id ⇒ ::String
Returns the value of attribute target_route_table_id.
-
#transit_gateway_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14631 14632 14633 |
# File 'sig/types.rbs', line 14631 def dry_run @dry_run end |
#policy_rule ⇒ Types::TransitGatewayRequestPolicyRule
Returns the value of attribute policy_rule.
14629 14630 14631 |
# File 'sig/types.rbs', line 14629 def policy_rule @policy_rule end |
#policy_rule_number ⇒ ::String
Returns the value of attribute policy_rule_number.
14628 14629 14630 |
# File 'sig/types.rbs', line 14628 def policy_rule_number @policy_rule_number end |
#target_route_table_id ⇒ ::String
Returns the value of attribute target_route_table_id.
14630 14631 14632 |
# File 'sig/types.rbs', line 14630 def target_route_table_id @target_route_table_id end |
#transit_gateway_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
14627 14628 14629 |
# File 'sig/types.rbs', line 14627 def transit_gateway_policy_table_id @transit_gateway_policy_table_id end |