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
5853 |
# File 'sig/client.rbs', line 5853
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
5858 |
# File 'sig/client.rbs', line 5858
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
5856 |
# File 'sig/client.rbs', line 5856
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
5863 |
# File 'sig/client.rbs', line 5863
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
5859 |
# File 'sig/client.rbs', line 5859
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
5855 |
# File 'sig/client.rbs', line 5855
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
5860 |
# File 'sig/client.rbs', line 5860
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
5852 |
# File 'sig/client.rbs', line 5852
def id: () -> ::String
|
#instance_id ⇒ ::String
5851 |
# File 'sig/client.rbs', line 5851
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
5862 |
# File 'sig/client.rbs', line 5862
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
5854 |
# File 'sig/client.rbs', line 5854
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
5857 |
# File 'sig/client.rbs', line 5857
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
5861 |
# File 'sig/client.rbs', line 5861
def status: () -> ("ACTIVE" | "INACTIVE")
|