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
5582 |
# File 'sig/client.rbs', line 5582
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
5587 |
# File 'sig/client.rbs', line 5587
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
5585 |
# File 'sig/client.rbs', line 5585
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
5592 |
# File 'sig/client.rbs', line 5592
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
5588 |
# File 'sig/client.rbs', line 5588
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
5584 |
# File 'sig/client.rbs', line 5584
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
5589 |
# File 'sig/client.rbs', line 5589
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
5581 |
# File 'sig/client.rbs', line 5581
def id: () -> ::String
|
#instance_id ⇒ ::String
5580 |
# File 'sig/client.rbs', line 5580
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
5591 |
# File 'sig/client.rbs', line 5591
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
5583 |
# File 'sig/client.rbs', line 5583
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
5586 |
# File 'sig/client.rbs', line 5586
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
5590 |
# File 'sig/client.rbs', line 5590
def status: () -> ("ACTIVE" | "INACTIVE")
|