Class: Aws::Types::TemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::TemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
572 573 574 |
# File 'sig/types.rbs', line 572 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
573 574 575 |
# File 'sig/types.rbs', line 573 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
570 571 572 |
# File 'sig/types.rbs', line 570 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
571 572 573 |
# File 'sig/types.rbs', line 571 def name @name end |