Class: Aws::Types::MetaLibraryTemplateDefinition
- Inherits:
-
Object
- Object
- Aws::Types::MetaLibraryTemplateDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_body_example_params ⇒ ::Array[::String]
Returns the value of attribute template_body_example_params.
-
#template_buttons ⇒ ::Array[Types::LibraryTemplateButtonList]
Returns the value of attribute template_buttons.
-
#template_category ⇒ ::String
Returns the value of attribute template_category.
-
#template_header ⇒ ::String
Returns the value of attribute template_header.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#template_industry ⇒ ::Array[::String]
Returns the value of attribute template_industry.
-
#template_language ⇒ ::String
Returns the value of attribute template_language.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_topic ⇒ ::String
Returns the value of attribute template_topic.
-
#template_use_case ⇒ ::String
Returns the value of attribute template_use_case.
Instance Attribute Details
#template_body ⇒ ::String
Returns the value of attribute template_body.
460 461 462 |
# File 'sig/types.rbs', line 460 def template_body @template_body end |
#template_body_example_params ⇒ ::Array[::String]
Returns the value of attribute template_body_example_params.
463 464 465 |
# File 'sig/types.rbs', line 463 def template_body_example_params @template_body_example_params end |
#template_buttons ⇒ ::Array[Types::LibraryTemplateButtonList]
Returns the value of attribute template_buttons.
461 462 463 |
# File 'sig/types.rbs', line 461 def @template_buttons end |
#template_category ⇒ ::String
Returns the value of attribute template_category.
455 456 457 |
# File 'sig/types.rbs', line 455 def template_category @template_category end |
#template_header ⇒ ::String
Returns the value of attribute template_header.
459 460 461 |
# File 'sig/types.rbs', line 459 def template_header @template_header end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
462 463 464 |
# File 'sig/types.rbs', line 462 def template_id @template_id end |
#template_industry ⇒ ::Array[::String]
Returns the value of attribute template_industry.
458 459 460 |
# File 'sig/types.rbs', line 458 def template_industry @template_industry end |
#template_language ⇒ ::String
Returns the value of attribute template_language.
454 455 456 |
# File 'sig/types.rbs', line 454 def template_language @template_language end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
453 454 455 |
# File 'sig/types.rbs', line 453 def template_name @template_name end |
#template_topic ⇒ ::String
Returns the value of attribute template_topic.
456 457 458 |
# File 'sig/types.rbs', line 456 def template_topic @template_topic end |
#template_use_case ⇒ ::String
Returns the value of attribute template_use_case.
457 458 459 |
# File 'sig/types.rbs', line 457 def template_use_case @template_use_case end |