Class: Aws::Types::CreateQueueEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQueueEnvironmentRequest
- 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_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.
803 804 805 |
# File 'sig/types.rbs', line 803 def client_token @client_token end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
801 802 803 |
# File 'sig/types.rbs', line 801 def farm_id @farm_id end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
804 805 806 |
# File 'sig/types.rbs', line 804 def priority @priority end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
802 803 804 |
# File 'sig/types.rbs', line 802 def queue_id @queue_id end |
#template ⇒ ::String
Returns the value of attribute template.
806 807 808 |
# File 'sig/types.rbs', line 806 def template @template end |
#template_type ⇒ "JSON", "YAML"
Returns the value of attribute template_type.
805 806 807 |
# File 'sig/types.rbs', line 805 def template_type @template_type end |