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
5645 |
# File 'sig/client.rbs', line 5645
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
5650 |
# File 'sig/client.rbs', line 5650
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
5648 |
# File 'sig/client.rbs', line 5648
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
5655 |
# File 'sig/client.rbs', line 5655
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
5651 |
# File 'sig/client.rbs', line 5651
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
5647 |
# File 'sig/client.rbs', line 5647
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
5652 |
# File 'sig/client.rbs', line 5652
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
5644 |
# File 'sig/client.rbs', line 5644
def id: () -> ::String
|
#instance_id ⇒ ::String
5643 |
# File 'sig/client.rbs', line 5643
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
5654 |
# File 'sig/client.rbs', line 5654
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
5646 |
# File 'sig/client.rbs', line 5646
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
5649 |
# File 'sig/client.rbs', line 5649
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
5653 |
# File 'sig/client.rbs', line 5653
def status: () -> ("ACTIVE" | "INACTIVE")
|