Class: Aws::Types::ContainerDetail

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#command::Array[::String]

Returns the value of attribute command.



216
217
218
# File 'sig/types.rbs', line 216

def command
  @command
end

#container_instance_arn::String

Returns the value of attribute container_instance_arn.



228
229
230
# File 'sig/types.rbs', line 228

def container_instance_arn
  @container_instance_arn
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.



242
243
244
# File 'sig/types.rbs', line 242

def enable_execute_command
  @enable_execute_command
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.



220
221
222
# File 'sig/types.rbs', line 220

def environment
  @environment
end

#ephemeral_storageTypes::EphemeralStorage

Returns the value of attribute ephemeral_storage.



239
240
241
# File 'sig/types.rbs', line 239

def ephemeral_storage
  @ephemeral_storage
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.



218
219
220
# File 'sig/types.rbs', line 218

def execution_role_arn
  @execution_role_arn
end

#exit_code::Integer

Returns the value of attribute exit_code.



226
227
228
# File 'sig/types.rbs', line 226

def exit_code
  @exit_code
end

#fargate_platform_configurationTypes::FargatePlatformConfiguration

Returns the value of attribute fargate_platform_configuration.



238
239
240
# File 'sig/types.rbs', line 238

def fargate_platform_configuration
  @fargate_platform_configuration
end

#image::String

Returns the value of attribute image.



213
214
215
# File 'sig/types.rbs', line 213

def image
  @image
end

#instance_type::String

Returns the value of attribute instance_type.



231
232
233
# File 'sig/types.rbs', line 231

def instance_type
  @instance_type
end

#job_role_arn::String

Returns the value of attribute job_role_arn.



217
218
219
# File 'sig/types.rbs', line 217

def job_role_arn
  @job_role_arn
end

#linux_parametersTypes::LinuxParameters

Returns the value of attribute linux_parameters.



234
235
236
# File 'sig/types.rbs', line 234

def linux_parameters
  @linux_parameters
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



235
236
237
# File 'sig/types.rbs', line 235

def log_configuration
  @log_configuration
end

#log_stream_name::String

Returns the value of attribute log_stream_name.



230
231
232
# File 'sig/types.rbs', line 230

def log_stream_name
  @log_stream_name
end

#memory::Integer

Returns the value of attribute memory.



215
216
217
# File 'sig/types.rbs', line 215

def memory
  @memory
end

#mount_points::Array[Types::MountPoint]

Returns the value of attribute mount_points.



221
222
223
# File 'sig/types.rbs', line 221

def mount_points
  @mount_points
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



237
238
239
# File 'sig/types.rbs', line 237

def network_configuration
  @network_configuration
end

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.



232
233
234
# File 'sig/types.rbs', line 232

def network_interfaces
  @network_interfaces
end

#privilegedBoolean

Returns the value of attribute privileged.



224
225
226
# File 'sig/types.rbs', line 224

def privileged
  @privileged
end

#readonly_root_filesystemBoolean

Returns the value of attribute readonly_root_filesystem.



222
223
224
# File 'sig/types.rbs', line 222

def readonly_root_filesystem
  @readonly_root_filesystem
end

#reason::String

Returns the value of attribute reason.



227
228
229
# File 'sig/types.rbs', line 227

def reason
  @reason
end

#repository_credentialsTypes::RepositoryCredentials

Returns the value of attribute repository_credentials.



241
242
243
# File 'sig/types.rbs', line 241

def repository_credentials
  @repository_credentials
end

#resource_requirements::Array[Types::ResourceRequirement]

Returns the value of attribute resource_requirements.



233
234
235
# File 'sig/types.rbs', line 233

def resource_requirements
  @resource_requirements
end

#runtime_platformTypes::RuntimePlatform

Returns the value of attribute runtime_platform.



240
241
242
# File 'sig/types.rbs', line 240

def runtime_platform
  @runtime_platform
end

#secrets::Array[Types::Secret]

Returns the value of attribute secrets.



236
237
238
# File 'sig/types.rbs', line 236

def secrets
  @secrets
end

#task_arn::String

Returns the value of attribute task_arn.



229
230
231
# File 'sig/types.rbs', line 229

def task_arn
  @task_arn
end

#ulimits::Array[Types::Ulimit]

Returns the value of attribute ulimits.



223
224
225
# File 'sig/types.rbs', line 223

def ulimits
  @ulimits
end

#user::String

Returns the value of attribute user.



225
226
227
# File 'sig/types.rbs', line 225

def user
  @user
end

#vcpus::Integer

Returns the value of attribute vcpus.



214
215
216
# File 'sig/types.rbs', line 214

def vcpus
  @vcpus
end

#volumes::Array[Types::Volume]

Returns the value of attribute volumes.



219
220
221
# File 'sig/types.rbs', line 219

def volumes
  @volumes
end