Class: Aws::Types::TemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::TemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
-
#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.
-
#template_quality_score ⇒ ::String
Returns the value of attribute template_quality_score.
-
#template_status ⇒ ::String
Returns the value of attribute template_status.
Instance Attribute Details
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def @meta_template_id end |
#template_category ⇒ ::String
Returns the value of attribute template_category.
561 562 563 |
# File 'sig/types.rbs', line 561 def template_category @template_category end |
#template_language ⇒ ::String
Returns the value of attribute template_language.
560 561 562 |
# File 'sig/types.rbs', line 560 def template_language @template_language end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
556 557 558 |
# File 'sig/types.rbs', line 556 def template_name @template_name end |
#template_quality_score ⇒ ::String
Returns the value of attribute template_quality_score.
559 560 561 |
# File 'sig/types.rbs', line 559 def template_quality_score @template_quality_score end |
#template_status ⇒ ::String
Returns the value of attribute template_status.
558 559 560 |
# File 'sig/types.rbs', line 558 def template_status @template_status end |