Module: Aws::Connect::Client::_GetTaskTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTaskTemplateResponse]
- 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"
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
2539 |
# File 'sig/client.rbs', line 2539
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
2544 |
# File 'sig/client.rbs', line 2544
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
2542 |
# File 'sig/client.rbs', line 2542
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
2549 |
# File 'sig/client.rbs', line 2549
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
2545 |
# File 'sig/client.rbs', line 2545
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
2541 |
# File 'sig/client.rbs', line 2541
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
2546 |
# File 'sig/client.rbs', line 2546
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
2538 |
# File 'sig/client.rbs', line 2538
def id: () -> ::String
|
#instance_id ⇒ ::String
2537 |
# File 'sig/client.rbs', line 2537
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
2548 |
# File 'sig/client.rbs', line 2548
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
2540 |
# File 'sig/client.rbs', line 2540
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
2543 |
# File 'sig/client.rbs', line 2543
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
2547 |
# File 'sig/client.rbs', line 2547
def status: () -> ("ACTIVE" | "INACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
2550 |
# File 'sig/client.rbs', line 2550
def tags: () -> ::Hash[::String, ::String]
|