Class: Aws::Types::ComposeEnvironmentsMessage
- Inherits:
-
Object
- Object
- Aws::Types::ComposeEnvironmentsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#version_labels ⇒ ::Array[::String]
Returns the value of attribute version_labels.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
165 166 167 |
# File 'sig/types.rbs', line 165 def application_name @application_name end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
166 167 168 |
# File 'sig/types.rbs', line 166 def group_name @group_name end |
#version_labels ⇒ ::Array[::String]
Returns the value of attribute version_labels.
167 168 169 |
# File 'sig/types.rbs', line 167 def version_labels @version_labels end |