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
2550 |
# File 'sig/client.rbs', line 2550
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
2555 |
# File 'sig/client.rbs', line 2555
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
2553 |
# File 'sig/client.rbs', line 2553
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
2560 |
# File 'sig/client.rbs', line 2560
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
2556 |
# File 'sig/client.rbs', line 2556
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
2552 |
# File 'sig/client.rbs', line 2552
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
2557 |
# File 'sig/client.rbs', line 2557
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
2549 |
# File 'sig/client.rbs', line 2549
def id: () -> ::String
|
#instance_id ⇒ ::String
2548 |
# File 'sig/client.rbs', line 2548
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
2559 |
# File 'sig/client.rbs', line 2559
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
2551 |
# File 'sig/client.rbs', line 2551
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
2554 |
# File 'sig/client.rbs', line 2554
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
2558 |
# File 'sig/client.rbs', line 2558
def status: () -> ("ACTIVE" | "INACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
2561 |
# File 'sig/client.rbs', line 2561
def tags: () -> ::Hash[::String, ::String]
|