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
2648 |
# File 'sig/client.rbs', line 2648 def arn: () -> ::String |
#constraints ⇒ Types::TaskTemplateConstraints
2653 |
# File 'sig/client.rbs', line 2653 def constraints: () -> Types::TaskTemplateConstraints |
#contact_flow_id ⇒ ::String
2651 |
# File 'sig/client.rbs', line 2651 def contact_flow_id: () -> ::String |
#created_time ⇒ ::Time
2658 |
# File 'sig/client.rbs', line 2658 def created_time: () -> ::Time |
#defaults ⇒ Types::TaskTemplateDefaults
2654 |
# File 'sig/client.rbs', line 2654 def defaults: () -> Types::TaskTemplateDefaults |
#description ⇒ ::String
2650 |
# File 'sig/client.rbs', line 2650 def description: () -> ::String |
#fields ⇒ ::Array[Types::TaskTemplateField]
2655 |
# File 'sig/client.rbs', line 2655 def fields: () -> ::Array[Types::TaskTemplateField] |
#id ⇒ ::String
2647 |
# File 'sig/client.rbs', line 2647 def id: () -> ::String |
#instance_id ⇒ ::String
2646 |
# File 'sig/client.rbs', line 2646 def instance_id: () -> ::String |
#last_modified_time ⇒ ::Time
2657 |
# File 'sig/client.rbs', line 2657 def last_modified_time: () -> ::Time |
#name ⇒ ::String
2649 |
# File 'sig/client.rbs', line 2649 def name: () -> ::String |
#self_assign_flow_id ⇒ ::String
2652 |
# File 'sig/client.rbs', line 2652 def self_assign_flow_id: () -> ::String |
#status ⇒ "ACTIVE", "INACTIVE"
2656 |
# File 'sig/client.rbs', line 2656 def status: () -> ("ACTIVE" | "INACTIVE") |
#tags ⇒ ::Hash[::String, ::String]
2659 |
# File 'sig/client.rbs', line 2659 def tags: () -> ::Hash[::String, ::String] |