Class: Aws::Types::SystemTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::SystemTemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#revision_number ⇒ ::Integer
Returns the value of attribute revision_number.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
496 497 498 |
# File 'sig/types.rbs', line 496 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
498 499 500 |
# File 'sig/types.rbs', line 498 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
495 496 497 |
# File 'sig/types.rbs', line 495 def id @id end |
#revision_number ⇒ ::Integer
Returns the value of attribute revision_number.
497 498 499 |
# File 'sig/types.rbs', line 497 def revision_number @revision_number end |