Class: Aws::Types::ServiceTemplateVersion
- Inherits:
-
Object
- Object
- Aws::Types::ServiceTemplateVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#compatible_environment_templates ⇒ ::Array[Types::CompatibleEnvironmentTemplate]
Returns the value of attribute compatible_environment_templates.
-
#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.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#status ⇒ "REGISTRATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#supported_component_sources ⇒ ::Array[("DIRECTLY_DEFINED")]
Returns the value of attribute supported_component_sources.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def arn @arn end |
#compatible_environment_templates ⇒ ::Array[Types::CompatibleEnvironmentTemplate]
Returns the value of attribute compatible_environment_templates.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def compatible_environment_templates @compatible_environment_templates end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def description @description end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def last_modified_at @last_modified_at end |
#major_version ⇒ ::String
Returns the value of attribute major_version.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def major_version @major_version end |
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def minor_version @minor_version end |
#recommended_minor_version ⇒ ::String
Returns the value of attribute recommended_minor_version.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def recommended_minor_version @recommended_minor_version end |
#schema ⇒ ::String
Returns the value of attribute schema.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def schema @schema end |
#status ⇒ "REGISTRATION_IN_PROGRESS", ...
Returns the value of attribute status.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def end |
#supported_component_sources ⇒ ::Array[("DIRECTLY_DEFINED")]
Returns the value of attribute supported_component_sources.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def supported_component_sources @supported_component_sources end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def template_name @template_name end |