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
2590 |
# File 'sig/client.rbs', line 2590
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
2595 |
# File 'sig/client.rbs', line 2595
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
2593 |
# File 'sig/client.rbs', line 2593
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
2600 |
# File 'sig/client.rbs', line 2600
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
2596 |
# File 'sig/client.rbs', line 2596
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
2592 |
# File 'sig/client.rbs', line 2592
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
2597 |
# File 'sig/client.rbs', line 2597
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
2589 |
# File 'sig/client.rbs', line 2589
def id: () -> ::String
|
#instance_id ⇒ ::String
2588 |
# File 'sig/client.rbs', line 2588
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
2599 |
# File 'sig/client.rbs', line 2599
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
2591 |
# File 'sig/client.rbs', line 2591
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
2594 |
# File 'sig/client.rbs', line 2594
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
2598 |
# File 'sig/client.rbs', line 2598
def status: () -> ("ACTIVE" | "INACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
2601 |
# File 'sig/client.rbs', line 2601
def tags: () -> ::Hash[::String, ::String]
|