Class: Aws::Types::CreateTaskTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTaskTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#constraints ⇒ Types::TaskTemplateConstraints
Returns the value of attribute constraints.
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#defaults ⇒ Types::TaskTemplateDefaults
Returns the value of attribute defaults.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fields ⇒ ::Array[Types::TaskTemplateField]
Returns the value of attribute fields.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#self_assign_flow_id ⇒ ::String
Returns the value of attribute self_assign_flow_id.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def client_token @client_token end |
#constraints ⇒ Types::TaskTemplateConstraints
Returns the value of attribute constraints.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def constraints @constraints end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def contact_flow_id @contact_flow_id end |
#defaults ⇒ Types::TaskTemplateDefaults
Returns the value of attribute defaults.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def defaults @defaults end |
#description ⇒ ::String
Returns the value of attribute description.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def description @description end |
#fields ⇒ ::Array[Types::TaskTemplateField]
Returns the value of attribute fields.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def fields @fields end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def name @name end |
#self_assign_flow_id ⇒ ::String
Returns the value of attribute self_assign_flow_id.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def self_assign_flow_id @self_assign_flow_id end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def status @status end |