Class: Aws::Types::ContainerDetail
- Inherits:
-
Object
- Object
- Aws::Types::ContainerDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
-
#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.
-
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
-
#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.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
-
#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.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#privileged ⇒ Boolean
Returns the value of attribute privileged.
-
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#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.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#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.
197 198 199 |
# File 'sig/types.rbs', line 197 def command @command end |
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
209 210 211 |
# File 'sig/types.rbs', line 209 def container_instance_arn @container_instance_arn end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
223 224 225 |
# File 'sig/types.rbs', line 223 def enable_execute_command @enable_execute_command end |
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
201 202 203 |
# File 'sig/types.rbs', line 201 def environment @environment end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
220 221 222 |
# File 'sig/types.rbs', line 220 def ephemeral_storage @ephemeral_storage end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
199 200 201 |
# File 'sig/types.rbs', line 199 def execution_role_arn @execution_role_arn end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
207 208 209 |
# File 'sig/types.rbs', line 207 def exit_code @exit_code end |
#fargate_platform_configuration ⇒ Types::FargatePlatformConfiguration
Returns the value of attribute fargate_platform_configuration.
219 220 221 |
# File 'sig/types.rbs', line 219 def fargate_platform_configuration @fargate_platform_configuration end |
#image ⇒ ::String
Returns the value of attribute image.
194 195 196 |
# File 'sig/types.rbs', line 194 def image @image end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
212 213 214 |
# File 'sig/types.rbs', line 212 def instance_type @instance_type end |
#job_role_arn ⇒ ::String
Returns the value of attribute job_role_arn.
198 199 200 |
# File 'sig/types.rbs', line 198 def job_role_arn @job_role_arn end |
#linux_parameters ⇒ Types::LinuxParameters
Returns the value of attribute linux_parameters.
215 216 217 |
# File 'sig/types.rbs', line 215 def linux_parameters @linux_parameters end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
216 217 218 |
# File 'sig/types.rbs', line 216 def log_configuration @log_configuration end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
211 212 213 |
# File 'sig/types.rbs', line 211 def log_stream_name @log_stream_name end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
196 197 198 |
# File 'sig/types.rbs', line 196 def memory @memory end |
#mount_points ⇒ ::Array[Types::MountPoint]
Returns the value of attribute mount_points.
202 203 204 |
# File 'sig/types.rbs', line 202 def mount_points @mount_points end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
218 219 220 |
# File 'sig/types.rbs', line 218 def network_configuration @network_configuration end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
213 214 215 |
# File 'sig/types.rbs', line 213 def network_interfaces @network_interfaces end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
205 206 207 |
# File 'sig/types.rbs', line 205 def privileged @privileged end |
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
203 204 205 |
# File 'sig/types.rbs', line 203 def readonly_root_filesystem @readonly_root_filesystem end |
#reason ⇒ ::String
Returns the value of attribute reason.
208 209 210 |
# File 'sig/types.rbs', line 208 def reason @reason end |
#repository_credentials ⇒ Types::RepositoryCredentials
Returns the value of attribute repository_credentials.
222 223 224 |
# File 'sig/types.rbs', line 222 def repository_credentials @repository_credentials end |
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
214 215 216 |
# File 'sig/types.rbs', line 214 def resource_requirements @resource_requirements end |
#runtime_platform ⇒ Types::RuntimePlatform
Returns the value of attribute runtime_platform.
221 222 223 |
# File 'sig/types.rbs', line 221 def runtime_platform @runtime_platform end |
#secrets ⇒ ::Array[Types::Secret]
Returns the value of attribute secrets.
217 218 219 |
# File 'sig/types.rbs', line 217 def secrets @secrets end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
210 211 212 |
# File 'sig/types.rbs', line 210 def task_arn @task_arn end |
#ulimits ⇒ ::Array[Types::Ulimit]
Returns the value of attribute ulimits.
204 205 206 |
# File 'sig/types.rbs', line 204 def ulimits @ulimits end |
#user ⇒ ::String
Returns the value of attribute user.
206 207 208 |
# File 'sig/types.rbs', line 206 def user @user end |
#vcpus ⇒ ::Integer
Returns the value of attribute vcpus.
195 196 197 |
# File 'sig/types.rbs', line 195 def vcpus @vcpus end |
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
200 201 202 |
# File 'sig/types.rbs', line 200 def volumes @volumes end |