Module: Aws::Connect::Client::_UpdateTaskTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateTaskTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #constraints ⇒ Types::TaskTemplateConstraints
- #contact_flow_id ⇒ ::String
- #created_time ⇒ ::Time
- #defaults ⇒ Types::TaskTemplateDefaults
- #description ⇒ ::String
- #fields ⇒ ::Array[Types::TaskTemplateField]
- #id ⇒ ::String
- #instance_id ⇒ ::String
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
- #self_assign_flow_id ⇒ ::String
- #status ⇒ "ACTIVE", "INACTIVE"
Instance Method Details
#arn ⇒ ::String
5908 |
# File 'sig/client.rbs', line 5908 def arn: () -> ::String |
#constraints ⇒ Types::TaskTemplateConstraints
5913 |
# File 'sig/client.rbs', line 5913 def constraints: () -> Types::TaskTemplateConstraints |
#contact_flow_id ⇒ ::String
5911 |
# File 'sig/client.rbs', line 5911 def contact_flow_id: () -> ::String |
#created_time ⇒ ::Time
5918 |
# File 'sig/client.rbs', line 5918 def created_time: () -> ::Time |
#defaults ⇒ Types::TaskTemplateDefaults
5914 |
# File 'sig/client.rbs', line 5914 def defaults: () -> Types::TaskTemplateDefaults |
#description ⇒ ::String
5910 |
# File 'sig/client.rbs', line 5910 def description: () -> ::String |
#fields ⇒ ::Array[Types::TaskTemplateField]
5915 |
# File 'sig/client.rbs', line 5915 def fields: () -> ::Array[Types::TaskTemplateField] |
#id ⇒ ::String
5907 |
# File 'sig/client.rbs', line 5907 def id: () -> ::String |
#instance_id ⇒ ::String
5906 |
# File 'sig/client.rbs', line 5906 def instance_id: () -> ::String |
#last_modified_time ⇒ ::Time
5917 |
# File 'sig/client.rbs', line 5917 def last_modified_time: () -> ::Time |
#name ⇒ ::String
5909 |
# File 'sig/client.rbs', line 5909 def name: () -> ::String |
#self_assign_flow_id ⇒ ::String
5912 |
# File 'sig/client.rbs', line 5912 def self_assign_flow_id: () -> ::String |
#status ⇒ "ACTIVE", "INACTIVE"
5916 |
# File 'sig/client.rbs', line 5916 def status: () -> ("ACTIVE" | "INACTIVE") |