Class: Aws::Types::EnvironmentTemplateVersion
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentTemplateVersion
- 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.
-
#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.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
646 647 648 |
# File 'sig/types.rbs', line 646 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
647 648 649 |
# File 'sig/types.rbs', line 647 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
648 649 650 |
# File 'sig/types.rbs', line 648 def description @description end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
649 650 651 |
# File 'sig/types.rbs', line 649 def last_modified_at @last_modified_at end |
#major_version ⇒ ::String
Returns the value of attribute major_version.
650 651 652 |
# File 'sig/types.rbs', line 650 def major_version @major_version end |
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
651 652 653 |
# File 'sig/types.rbs', line 651 def minor_version @minor_version end |
#recommended_minor_version ⇒ ::String
Returns the value of attribute recommended_minor_version.
652 653 654 |
# File 'sig/types.rbs', line 652 def recommended_minor_version @recommended_minor_version end |
#schema ⇒ ::String
Returns the value of attribute schema.
653 654 655 |
# File 'sig/types.rbs', line 653 def schema @schema end |
#status ⇒ "REGISTRATION_IN_PROGRESS", ...
Returns the value of attribute status.
654 655 656 |
# File 'sig/types.rbs', line 654 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
655 656 657 |
# File 'sig/types.rbs', line 655 def @status_message end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
656 657 658 |
# File 'sig/types.rbs', line 656 def template_name @template_name end |