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
2635 |
# File 'sig/client.rbs', line 2635
def arn: () -> ::String
|
#constraints ⇒ Types::TaskTemplateConstraints
2640 |
# File 'sig/client.rbs', line 2640
def constraints: () -> Types::TaskTemplateConstraints
|
#contact_flow_id ⇒ ::String
2638 |
# File 'sig/client.rbs', line 2638
def contact_flow_id: () -> ::String
|
#created_time ⇒ ::Time
2645 |
# File 'sig/client.rbs', line 2645
def created_time: () -> ::Time
|
#defaults ⇒ Types::TaskTemplateDefaults
2641 |
# File 'sig/client.rbs', line 2641
def defaults: () -> Types::TaskTemplateDefaults
|
#description ⇒ ::String
2637 |
# File 'sig/client.rbs', line 2637
def description: () -> ::String
|
#fields ⇒ ::Array[Types::TaskTemplateField]
2642 |
# File 'sig/client.rbs', line 2642
def fields: () -> ::Array[Types::TaskTemplateField]
|
#id ⇒ ::String
2634 |
# File 'sig/client.rbs', line 2634
def id: () -> ::String
|
#instance_id ⇒ ::String
2633 |
# File 'sig/client.rbs', line 2633
def instance_id: () -> ::String
|
#last_modified_time ⇒ ::Time
2644 |
# File 'sig/client.rbs', line 2644
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
2636 |
# File 'sig/client.rbs', line 2636
def name: () -> ::String
|
#self_assign_flow_id ⇒ ::String
2639 |
# File 'sig/client.rbs', line 2639
def self_assign_flow_id: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
2643 |
# File 'sig/client.rbs', line 2643
def status: () -> ("ACTIVE" | "INACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
2646 |
# File 'sig/client.rbs', line 2646
def tags: () -> ::Hash[::String, ::String]
|