Class: Aws::Types::TemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::TemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "Active", "Inactive"
Returns the value of attribute status.
-
#tag_propagation_configurations ⇒ ::Array[Types::TagPropagationConfiguration]
Returns the value of attribute tag_propagation_configurations.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def name @name end |
#status ⇒ "Active", "Inactive"
Returns the value of attribute status.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def status @status end |
#tag_propagation_configurations ⇒ ::Array[Types::TagPropagationConfiguration]
Returns the value of attribute tag_propagation_configurations.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def tag_propagation_configurations @tag_propagation_configurations end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def template_arn @template_arn end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def template_id @template_id end |