Module: Aws::ConnectCases::Client::_GetTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::Time
- #deleted ⇒ Boolean
- #description ⇒ ::String
- #last_modified_time ⇒ ::Time
- #layout_configuration ⇒ Types::LayoutConfiguration
- #name ⇒ ::String
- #required_fields ⇒ ::Array[Types::RequiredField]
- #rules ⇒ ::Array[Types::TemplateRule]
- #status ⇒ "Active", "Inactive"
- #tag_propagation_configurations ⇒ ::Array[Types::TagPropagationConfiguration]
- #tags ⇒ ::Hash[::String, ::String]
- #template_arn ⇒ ::String
- #template_id ⇒ ::String
Instance Method Details
#created_time ⇒ ::Time
451 |
# File 'sig/client.rbs', line 451
def created_time: () -> ::Time
|
#deleted ⇒ Boolean
450 |
# File 'sig/client.rbs', line 450
def deleted: () -> bool
|
#description ⇒ ::String
445 |
# File 'sig/client.rbs', line 445
def description: () -> ::String
|
#last_modified_time ⇒ ::Time
452 |
# File 'sig/client.rbs', line 452
def last_modified_time: () -> ::Time
|
#layout_configuration ⇒ Types::LayoutConfiguration
446 |
# File 'sig/client.rbs', line 446
def layout_configuration: () -> Types::LayoutConfiguration
|
#name ⇒ ::String
444 |
# File 'sig/client.rbs', line 444
def name: () -> ::String
|
#required_fields ⇒ ::Array[Types::RequiredField]
447 |
# File 'sig/client.rbs', line 447
def required_fields: () -> ::Array[Types::RequiredField]
|
#rules ⇒ ::Array[Types::TemplateRule]
453 |
# File 'sig/client.rbs', line 453
def rules: () -> ::Array[Types::TemplateRule]
|
#status ⇒ "Active", "Inactive"
449 |
# File 'sig/client.rbs', line 449
def status: () -> ("Active" | "Inactive")
|
#tag_propagation_configurations ⇒ ::Array[Types::TagPropagationConfiguration]
454 |
# File 'sig/client.rbs', line 454
def tag_propagation_configurations: () -> ::Array[Types::TagPropagationConfiguration]
|
#tags ⇒ ::Hash[::String, ::String]
448 |
# File 'sig/client.rbs', line 448
def tags: () -> ::Hash[::String, ::String]
|
#template_arn ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def template_arn: () -> ::String
|
#template_id ⇒ ::String
442 |
# File 'sig/client.rbs', line 442
def template_id: () -> ::String
|