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
2508 |
# File 'sig/client.rbs', line 2508
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
2513 |
# File 'sig/client.rbs', line 2513
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
2511 |
# File 'sig/client.rbs', line 2511
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
2518 |
# File 'sig/client.rbs', line 2518
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
2514 |
# File 'sig/client.rbs', line 2514
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
2510 |
# File 'sig/client.rbs', line 2510
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
2515 |
# File 'sig/client.rbs', line 2515
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
2507 |
# File 'sig/client.rbs', line 2507
def id: () -> ::String
|
#instance_id ⇒ ::String
2506 |
# File 'sig/client.rbs', line 2506
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
2517 |
# File 'sig/client.rbs', line 2517
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
2509 |
# File 'sig/client.rbs', line 2509
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
2512 |
# File 'sig/client.rbs', line 2512
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
2516 |
# File 'sig/client.rbs', line 2516
def status: () -> ("ACTIVE" | "INACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
2519 |
# File 'sig/client.rbs', line 2519
def tags: () -> ::Hash[::String, ::String]
|