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
5593 |
# File 'sig/client.rbs', line 5593
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
5598 |
# File 'sig/client.rbs', line 5598
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
5596 |
# File 'sig/client.rbs', line 5596
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
5603 |
# File 'sig/client.rbs', line 5603
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
5599 |
# File 'sig/client.rbs', line 5599
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
5595 |
# File 'sig/client.rbs', line 5595
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
5600 |
# File 'sig/client.rbs', line 5600
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
5592 |
# File 'sig/client.rbs', line 5592
def id: () -> ::String
|
#instance_id ⇒ ::String
5591 |
# File 'sig/client.rbs', line 5591
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
5602 |
# File 'sig/client.rbs', line 5602
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
5594 |
# File 'sig/client.rbs', line 5594
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
5597 |
# File 'sig/client.rbs', line 5597
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
5601 |
# File 'sig/client.rbs', line 5601
def status: () -> ("ACTIVE" | "INACTIVE")
|