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
5773 |
# File 'sig/client.rbs', line 5773
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
5778 |
# File 'sig/client.rbs', line 5778
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
5776 |
# File 'sig/client.rbs', line 5776
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
5783 |
# File 'sig/client.rbs', line 5783
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
5779 |
# File 'sig/client.rbs', line 5779
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
5775 |
# File 'sig/client.rbs', line 5775
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
5780 |
# File 'sig/client.rbs', line 5780
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
5772 |
# File 'sig/client.rbs', line 5772
def id: () -> ::String
|
#instance_id ⇒ ::String
5771 |
# File 'sig/client.rbs', line 5771
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
5782 |
# File 'sig/client.rbs', line 5782
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
5774 |
# File 'sig/client.rbs', line 5774
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
5777 |
# File 'sig/client.rbs', line 5777
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
5781 |
# File 'sig/client.rbs', line 5781
def status: () -> ("ACTIVE" | "INACTIVE")
|