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
5551 |
# File 'sig/client.rbs', line 5551
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
5556 |
# File 'sig/client.rbs', line 5556
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
5554 |
# File 'sig/client.rbs', line 5554
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
5561 |
# File 'sig/client.rbs', line 5561
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
5557 |
# File 'sig/client.rbs', line 5557
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
5553 |
# File 'sig/client.rbs', line 5553
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
5558 |
# File 'sig/client.rbs', line 5558
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
5550 |
# File 'sig/client.rbs', line 5550
def id: () -> ::String
|
#instance_id ⇒ ::String
5549 |
# File 'sig/client.rbs', line 5549
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
5560 |
# File 'sig/client.rbs', line 5560
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
5552 |
# File 'sig/client.rbs', line 5552
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
5555 |
# File 'sig/client.rbs', line 5555
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
5559 |
# File 'sig/client.rbs', line 5559
def status: () -> ("ACTIVE" | "INACTIVE")
|