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
5873 |
# File 'sig/client.rbs', line 5873
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
5878 |
# File 'sig/client.rbs', line 5878
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
5876 |
# File 'sig/client.rbs', line 5876
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
5883 |
# File 'sig/client.rbs', line 5883
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
5879 |
# File 'sig/client.rbs', line 5879
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
5875 |
# File 'sig/client.rbs', line 5875
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
5880 |
# File 'sig/client.rbs', line 5880
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
5872 |
# File 'sig/client.rbs', line 5872
def id: () -> ::String
|
#instance_id ⇒ ::String
5871 |
# File 'sig/client.rbs', line 5871
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
5882 |
# File 'sig/client.rbs', line 5882
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
5874 |
# File 'sig/client.rbs', line 5874
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
5877 |
# File 'sig/client.rbs', line 5877
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
5881 |
# File 'sig/client.rbs', line 5881
def status: () -> ("ACTIVE" | "INACTIVE")
|