Class: Aws::Types::MetaLibraryTemplate
- Inherits:
-
Object
- Object
- Aws::Types::MetaLibraryTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#library_template_body_inputs ⇒ Types::LibraryTemplateBodyInputs
Returns the value of attribute library_template_body_inputs.
-
#library_template_button_inputs ⇒ ::Array[Types::LibraryTemplateButtonInput]
Returns the value of attribute library_template_button_inputs.
-
#library_template_name ⇒ ::String
Returns the value of attribute library_template_name.
-
#template_category ⇒ ::String
Returns the value of attribute template_category.
-
#template_language ⇒ ::String
Returns the value of attribute template_language.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#library_template_body_inputs ⇒ Types::LibraryTemplateBodyInputs
Returns the value of attribute library_template_body_inputs.
448 449 450 |
# File 'sig/types.rbs', line 448 def library_template_body_inputs @library_template_body_inputs end |
#library_template_button_inputs ⇒ ::Array[Types::LibraryTemplateButtonInput]
Returns the value of attribute library_template_button_inputs.
447 448 449 |
# File 'sig/types.rbs', line 447 def @library_template_button_inputs end |
#library_template_name ⇒ ::String
Returns the value of attribute library_template_name.
444 445 446 |
# File 'sig/types.rbs', line 444 def library_template_name @library_template_name end |
#template_category ⇒ ::String
Returns the value of attribute template_category.
445 446 447 |
# File 'sig/types.rbs', line 445 def template_category @template_category end |
#template_language ⇒ ::String
Returns the value of attribute template_language.
446 447 448 |
# File 'sig/types.rbs', line 446 def template_language @template_language end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
443 444 445 |
# File 'sig/types.rbs', line 443 def template_name @template_name end |