Class: Aws::Types::ContainerProperties
- Inherits:
-
Object
- Object
- Aws::Types::ContainerProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
-
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
-
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#fargate_platform_configuration ⇒ Types::FargatePlatformConfiguration
Returns the value of attribute fargate_platform_configuration.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#job_role_arn ⇒ ::String
Returns the value of attribute job_role_arn.
-
#linux_parameters ⇒ Types::LinuxParameters
Returns the value of attribute linux_parameters.
-
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
-
#mount_points ⇒ ::Array[Types::MountPoint]
Returns the value of attribute mount_points.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#privileged ⇒ Boolean
Returns the value of attribute privileged.
-
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
-
#repository_credentials ⇒ Types::RepositoryCredentials
Returns the value of attribute repository_credentials.
-
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
-
#runtime_platform ⇒ Types::RuntimePlatform
Returns the value of attribute runtime_platform.
-
#secrets ⇒ ::Array[Types::Secret]
Returns the value of attribute secrets.
-
#ulimits ⇒ ::Array[Types::Ulimit]
Returns the value of attribute ulimits.
-
#user ⇒ ::String
Returns the value of attribute user.
-
#vcpus ⇒ ::Integer
Returns the value of attribute vcpus.
-
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
241 242 243 |
# File 'sig/types.rbs', line 241 def command @command end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
258 259 260 |
# File 'sig/types.rbs', line 258 def enable_execute_command @enable_execute_command end |
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
245 246 247 |
# File 'sig/types.rbs', line 245 def environment @environment end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
259 260 261 |
# File 'sig/types.rbs', line 259 def ephemeral_storage @ephemeral_storage end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
243 244 245 |
# File 'sig/types.rbs', line 243 def execution_role_arn @execution_role_arn end |
#fargate_platform_configuration ⇒ Types::FargatePlatformConfiguration
Returns the value of attribute fargate_platform_configuration.
257 258 259 |
# File 'sig/types.rbs', line 257 def fargate_platform_configuration @fargate_platform_configuration end |
#image ⇒ ::String
Returns the value of attribute image.
238 239 240 |
# File 'sig/types.rbs', line 238 def image @image end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
251 252 253 |
# File 'sig/types.rbs', line 251 def instance_type @instance_type end |
#job_role_arn ⇒ ::String
Returns the value of attribute job_role_arn.
242 243 244 |
# File 'sig/types.rbs', line 242 def job_role_arn @job_role_arn end |
#linux_parameters ⇒ Types::LinuxParameters
Returns the value of attribute linux_parameters.
253 254 255 |
# File 'sig/types.rbs', line 253 def linux_parameters @linux_parameters end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
254 255 256 |
# File 'sig/types.rbs', line 254 def log_configuration @log_configuration end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
240 241 242 |
# File 'sig/types.rbs', line 240 def memory @memory end |
#mount_points ⇒ ::Array[Types::MountPoint]
Returns the value of attribute mount_points.
246 247 248 |
# File 'sig/types.rbs', line 246 def mount_points @mount_points end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
256 257 258 |
# File 'sig/types.rbs', line 256 def network_configuration @network_configuration end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
248 249 250 |
# File 'sig/types.rbs', line 248 def privileged @privileged end |
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
247 248 249 |
# File 'sig/types.rbs', line 247 def readonly_root_filesystem @readonly_root_filesystem end |
#repository_credentials ⇒ Types::RepositoryCredentials
Returns the value of attribute repository_credentials.
261 262 263 |
# File 'sig/types.rbs', line 261 def repository_credentials @repository_credentials end |
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
252 253 254 |
# File 'sig/types.rbs', line 252 def resource_requirements @resource_requirements end |
#runtime_platform ⇒ Types::RuntimePlatform
Returns the value of attribute runtime_platform.
260 261 262 |
# File 'sig/types.rbs', line 260 def runtime_platform @runtime_platform end |
#secrets ⇒ ::Array[Types::Secret]
Returns the value of attribute secrets.
255 256 257 |
# File 'sig/types.rbs', line 255 def secrets @secrets end |
#ulimits ⇒ ::Array[Types::Ulimit]
Returns the value of attribute ulimits.
249 250 251 |
# File 'sig/types.rbs', line 249 def ulimits @ulimits end |
#user ⇒ ::String
Returns the value of attribute user.
250 251 252 |
# File 'sig/types.rbs', line 250 def user @user end |
#vcpus ⇒ ::Integer
Returns the value of attribute vcpus.
239 240 241 |
# File 'sig/types.rbs', line 239 def vcpus @vcpus end |
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
244 245 246 |
# File 'sig/types.rbs', line 244 def volumes @volumes end |