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.
13995 13996 13997 |
# File 'sig/types.rbs', line 13995 def dry_run @dry_run end |
#policy_rule ⇒ Types::TransitGatewayRequestPolicyRule
Returns the value of attribute policy_rule.
13993 13994 13995 |
# File 'sig/types.rbs', line 13993 def policy_rule @policy_rule end |
#policy_rule_number ⇒ ::String
Returns the value of attribute policy_rule_number.
13992 13993 13994 |
# File 'sig/types.rbs', line 13992 def policy_rule_number @policy_rule_number end |
#target_route_table_id ⇒ ::String
Returns the value of attribute target_route_table_id.
13994 13995 13996 |
# File 'sig/types.rbs', line 13994 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.
13991 13992 13993 |
# File 'sig/types.rbs', line 13991 def transit_gateway_policy_table_id @transit_gateway_policy_table_id end |