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
5742 |
# File 'sig/client.rbs', line 5742
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
5747 |
# File 'sig/client.rbs', line 5747
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
5745 |
# File 'sig/client.rbs', line 5745
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
5752 |
# File 'sig/client.rbs', line 5752
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
5748 |
# File 'sig/client.rbs', line 5748
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
5744 |
# File 'sig/client.rbs', line 5744
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
5749 |
# File 'sig/client.rbs', line 5749
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
5741 |
# File 'sig/client.rbs', line 5741
def id: () -> ::String
|
#instance_id ⇒ ::String
5740 |
# File 'sig/client.rbs', line 5740
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
5751 |
# File 'sig/client.rbs', line 5751
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
5743 |
# File 'sig/client.rbs', line 5743
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
5746 |
# File 'sig/client.rbs', line 5746
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
5750 |
# File 'sig/client.rbs', line 5750
def status: () -> ("ACTIVE" | "INACTIVE")
|