Class: Aws::Types::ContainerProperties

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])


260
261
262
# File 'sig/types.rbs', line 260

def command
  @command
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


277
278
279
# File 'sig/types.rbs', line 277

def enable_execute_command
  @enable_execute_command
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def environment
  @environment
end

#ephemeral_storageTypes::EphemeralStorage

Returns the value of attribute ephemeral_storage.



278
279
280
# File 'sig/types.rbs', line 278

def ephemeral_storage
  @ephemeral_storage
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def execution_role_arn
  @execution_role_arn
end

#fargate_platform_configurationTypes::FargatePlatformConfiguration

Returns the value of attribute fargate_platform_configuration.



276
277
278
# File 'sig/types.rbs', line 276

def fargate_platform_configuration
  @fargate_platform_configuration
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def image
  @image
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def instance_type
  @instance_type
end

#job_role_arn::String

Returns the value of attribute job_role_arn.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def job_role_arn
  @job_role_arn
end

#linux_parametersTypes::LinuxParameters

Returns the value of attribute linux_parameters.



272
273
274
# File 'sig/types.rbs', line 272

def linux_parameters
  @linux_parameters
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



273
274
275
# File 'sig/types.rbs', line 273

def log_configuration
  @log_configuration
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


259
260
261
# File 'sig/types.rbs', line 259

def memory
  @memory
end

#mount_points::Array[Types::MountPoint]

Returns the value of attribute mount_points.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def mount_points
  @mount_points
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



275
276
277
# File 'sig/types.rbs', line 275

def network_configuration
  @network_configuration
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


267
268
269
# File 'sig/types.rbs', line 267

def privileged
  @privileged
end

#readonly_root_filesystemBoolean

Returns the value of attribute readonly_root_filesystem.

Returns:

  • (Boolean)


266
267
268
# File 'sig/types.rbs', line 266

def readonly_root_filesystem
  @readonly_root_filesystem
end

#repository_credentialsTypes::RepositoryCredentials

Returns the value of attribute repository_credentials.



280
281
282
# File 'sig/types.rbs', line 280

def repository_credentials
  @repository_credentials
end

#resource_requirements::Array[Types::ResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def resource_requirements
  @resource_requirements
end

#runtime_platformTypes::RuntimePlatform

Returns the value of attribute runtime_platform.



279
280
281
# File 'sig/types.rbs', line 279

def runtime_platform
  @runtime_platform
end

#secrets::Array[Types::Secret]

Returns the value of attribute secrets.

Returns:



274
275
276
# File 'sig/types.rbs', line 274

def secrets
  @secrets
end

#ulimits::Array[Types::Ulimit]

Returns the value of attribute ulimits.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def ulimits
  @ulimits
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def user
  @user
end

#vcpus::Integer

Returns the value of attribute vcpus.

Returns:

  • (::Integer)


258
259
260
# File 'sig/types.rbs', line 258

def vcpus
  @vcpus
end

#volumes::Array[Types::Volume]

Returns the value of attribute volumes.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def volumes
  @volumes
end