Class: Aws::Types::UpdateQueueEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue_environment_id ⇒ ::String
Returns the value of attribute queue_environment_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#template ⇒ ::String
Returns the value of attribute template.
-
#template_type ⇒ "JSON", "YAML"
Returns the value of attribute template_type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3248 3249 3250 |
# File 'sig/types.rbs', line 3248 def client_token @client_token end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3245 3246 3247 |
# File 'sig/types.rbs', line 3245 def farm_id @farm_id end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
3249 3250 3251 |
# File 'sig/types.rbs', line 3249 def priority @priority end |
#queue_environment_id ⇒ ::String
Returns the value of attribute queue_environment_id.
3247 3248 3249 |
# File 'sig/types.rbs', line 3247 def queue_environment_id @queue_environment_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3246 3247 3248 |
# File 'sig/types.rbs', line 3246 def queue_id @queue_id end |
#template ⇒ ::String
Returns the value of attribute template.
3251 3252 3253 |
# File 'sig/types.rbs', line 3251 def template @template end |
#template_type ⇒ "JSON", "YAML"
Returns the value of attribute template_type.
3250 3251 3252 |
# File 'sig/types.rbs', line 3250 def template_type @template_type end |