Class: Aws::Types::UpdateTrafficPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrafficPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_action ⇒ "ALLOW", "DENY"
Returns the value of attribute default_action.
-
#max_message_size_bytes ⇒ ::Integer
Returns the value of attribute max_message_size_bytes.
-
#policy_statements ⇒ ::Array[Types::PolicyStatement]
Returns the value of attribute policy_statements.
-
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
-
#traffic_policy_name ⇒ ::String
Returns the value of attribute traffic_policy_name.
Instance Attribute Details
#default_action ⇒ "ALLOW", "DENY"
Returns the value of attribute default_action.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def default_action @default_action end |
#max_message_size_bytes ⇒ ::Integer
Returns the value of attribute max_message_size_bytes.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def end |
#policy_statements ⇒ ::Array[Types::PolicyStatement]
Returns the value of attribute policy_statements.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def policy_statements @policy_statements end |
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def traffic_policy_id @traffic_policy_id end |
#traffic_policy_name ⇒ ::String
Returns the value of attribute traffic_policy_name.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def traffic_policy_name @traffic_policy_name end |