Class: Aws::Types::ServiceTemplateVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceTemplateVersionSummary
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#major_version ⇒ ::String
Returns the value of attribute major_version.
-
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
-
#recommended_minor_version ⇒ ::String
Returns the value of attribute recommended_minor_version.
-
#status ⇒ "REGISTRATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def description @description end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def last_modified_at @last_modified_at end |
#major_version ⇒ ::String
Returns the value of attribute major_version.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def major_version @major_version end |
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def minor_version @minor_version end |
#recommended_minor_version ⇒ ::String
Returns the value of attribute recommended_minor_version.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def recommended_minor_version @recommended_minor_version end |
#status ⇒ "REGISTRATION_IN_PROGRESS", ...
Returns the value of attribute status.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def @status_message end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def template_name @template_name end |