Class: Aws::Types::EnvironmentState
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#spec ⇒ ::String
Returns the value of attribute spec.
-
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
-
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#spec ⇒ ::String
Returns the value of attribute spec.
585 586 587 |
# File 'sig/types.rbs', line 585 def spec @spec end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
586 587 588 |
# File 'sig/types.rbs', line 586 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
587 588 589 |
# File 'sig/types.rbs', line 587 def template_minor_version @template_minor_version end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
588 589 590 |
# File 'sig/types.rbs', line 588 def template_name @template_name end |