Class: Aws::Types::EcsContainerOverride

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


160
161
162
# File 'sig/types.rbs', line 160

def command
  @command
end

#cpu::Integer

Returns the value of attribute cpu.

Returns:

  • (::Integer)


161
162
163
# File 'sig/types.rbs', line 161

def cpu
  @cpu
end

#environment::Array[Types::EcsEnvironmentVariable]

Returns the value of attribute environment.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def environment
  @environment
end

#environment_files::Array[Types::EcsEnvironmentFile]

Returns the value of attribute environment_files.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def environment_files
  @environment_files
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


164
165
166
# File 'sig/types.rbs', line 164

def memory
  @memory
end

#memory_reservation::Integer

Returns the value of attribute memory_reservation.

Returns:

  • (::Integer)


165
166
167
# File 'sig/types.rbs', line 165

def memory_reservation
  @memory_reservation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#resource_requirements::Array[Types::EcsResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



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

def resource_requirements
  @resource_requirements
end