Class: Aws::Types::CreateTrafficPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrafficPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#traffic_policy_name ⇒ ::String
Returns the value of attribute traffic_policy_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
266 267 268 |
# File 'sig/types.rbs', line 266 def client_token @client_token end |
#default_action ⇒ "ALLOW", "DENY"
Returns the value of attribute default_action.
269 270 271 |
# File 'sig/types.rbs', line 269 def default_action @default_action end |
#max_message_size_bytes ⇒ ::Integer
Returns the value of attribute max_message_size_bytes.
270 271 272 |
# File 'sig/types.rbs', line 270 def @max_message_size_bytes end |
#policy_statements ⇒ ::Array[Types::PolicyStatement]
Returns the value of attribute policy_statements.
268 269 270 |
# File 'sig/types.rbs', line 268 def policy_statements @policy_statements end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
271 272 273 |
# File 'sig/types.rbs', line 271 def @tags end |
#traffic_policy_name ⇒ ::String
Returns the value of attribute traffic_policy_name.
267 268 269 |
# File 'sig/types.rbs', line 267 def traffic_policy_name @traffic_policy_name end |