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.
186 187 188 |
# File 'sig/types.rbs', line 186 def command @command end |
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
198 199 200 |
# File 'sig/types.rbs', line 198 def container_instance_arn @container_instance_arn end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
212 213 214 |
# File 'sig/types.rbs', line 212 def enable_execute_command @enable_execute_command end |
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
190 191 192 |
# File 'sig/types.rbs', line 190 def environment @environment end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
209 210 211 |
# File 'sig/types.rbs', line 209 def ephemeral_storage @ephemeral_storage end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
188 189 190 |
# File 'sig/types.rbs', line 188 def execution_role_arn @execution_role_arn end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
196 197 198 |
# File 'sig/types.rbs', line 196 def exit_code @exit_code end |
#fargate_platform_configuration ⇒ Types::FargatePlatformConfiguration
Returns the value of attribute fargate_platform_configuration.
208 209 210 |
# File 'sig/types.rbs', line 208 def fargate_platform_configuration @fargate_platform_configuration end |
#image ⇒ ::String
Returns the value of attribute image.
183 184 185 |
# File 'sig/types.rbs', line 183 def image @image end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
201 202 203 |
# File 'sig/types.rbs', line 201 def instance_type @instance_type end |
#job_role_arn ⇒ ::String
Returns the value of attribute job_role_arn.
187 188 189 |
# File 'sig/types.rbs', line 187 def job_role_arn @job_role_arn end |
#linux_parameters ⇒ Types::LinuxParameters
Returns the value of attribute linux_parameters.
204 205 206 |
# File 'sig/types.rbs', line 204 def linux_parameters @linux_parameters end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
205 206 207 |
# File 'sig/types.rbs', line 205 def log_configuration @log_configuration end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
200 201 202 |
# File 'sig/types.rbs', line 200 def log_stream_name @log_stream_name end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
185 186 187 |
# File 'sig/types.rbs', line 185 def memory @memory end |
#mount_points ⇒ ::Array[Types::MountPoint]
Returns the value of attribute mount_points.
191 192 193 |
# File 'sig/types.rbs', line 191 def mount_points @mount_points end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
207 208 209 |
# File 'sig/types.rbs', line 207 def network_configuration @network_configuration end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
202 203 204 |
# File 'sig/types.rbs', line 202 def network_interfaces @network_interfaces end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
194 195 196 |
# File 'sig/types.rbs', line 194 def privileged @privileged end |
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
192 193 194 |
# File 'sig/types.rbs', line 192 def readonly_root_filesystem @readonly_root_filesystem end |
#reason ⇒ ::String
Returns the value of attribute reason.
197 198 199 |
# File 'sig/types.rbs', line 197 def reason @reason end |
#repository_credentials ⇒ Types::RepositoryCredentials
Returns the value of attribute repository_credentials.
211 212 213 |
# File 'sig/types.rbs', line 211 def repository_credentials @repository_credentials end |
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
203 204 205 |
# File 'sig/types.rbs', line 203 def resource_requirements @resource_requirements end |
#runtime_platform ⇒ Types::RuntimePlatform
Returns the value of attribute runtime_platform.
210 211 212 |
# File 'sig/types.rbs', line 210 def runtime_platform @runtime_platform end |
#secrets ⇒ ::Array[Types::Secret]
Returns the value of attribute secrets.
206 207 208 |
# File 'sig/types.rbs', line 206 def secrets @secrets end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
199 200 201 |
# File 'sig/types.rbs', line 199 def task_arn @task_arn end |
#ulimits ⇒ ::Array[Types::Ulimit]
Returns the value of attribute ulimits.
193 194 195 |
# File 'sig/types.rbs', line 193 def ulimits @ulimits end |
#user ⇒ ::String
Returns the value of attribute user.
195 196 197 |
# File 'sig/types.rbs', line 195 def user @user end |
#vcpus ⇒ ::Integer
Returns the value of attribute vcpus.
184 185 186 |
# File 'sig/types.rbs', line 184 def vcpus @vcpus end |
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
189 190 191 |
# File 'sig/types.rbs', line 189 def volumes @volumes end |