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
5517 |
# File 'sig/client.rbs', line 5517
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
5522 |
# File 'sig/client.rbs', line 5522
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
5520 |
# File 'sig/client.rbs', line 5520
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
5527 |
# File 'sig/client.rbs', line 5527
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
5523 |
# File 'sig/client.rbs', line 5523
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
5519 |
# File 'sig/client.rbs', line 5519
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
5524 |
# File 'sig/client.rbs', line 5524
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
5516 |
# File 'sig/client.rbs', line 5516
def id: () -> ::String
|
#instance_id ⇒ ::String
5515 |
# File 'sig/client.rbs', line 5515
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
5526 |
# File 'sig/client.rbs', line 5526
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
5518 |
# File 'sig/client.rbs', line 5518
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
5521 |
# File 'sig/client.rbs', line 5521
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
5525 |
# File 'sig/client.rbs', line 5525
def status: () -> ("ACTIVE" | "INACTIVE")
|