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
5634 |
# File 'sig/client.rbs', line 5634
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
5639 |
# File 'sig/client.rbs', line 5639
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
5637 |
# File 'sig/client.rbs', line 5637
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
5644 |
# File 'sig/client.rbs', line 5644
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
5640 |
# File 'sig/client.rbs', line 5640
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
5636 |
# File 'sig/client.rbs', line 5636
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
5641 |
# File 'sig/client.rbs', line 5641
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
5633 |
# File 'sig/client.rbs', line 5633
def id: () -> ::String
|
#instance_id ⇒ ::String
5632 |
# File 'sig/client.rbs', line 5632
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
5643 |
# File 'sig/client.rbs', line 5643
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
5635 |
# File 'sig/client.rbs', line 5635
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
5638 |
# File 'sig/client.rbs', line 5638
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
5642 |
# File 'sig/client.rbs', line 5642
def status: () -> ("ACTIVE" | "INACTIVE")
|