Class: Aws::Types::ComposeEnvironmentsMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


167
168
169
# File 'sig/types.rbs', line 167

def version_labels
  @version_labels
end