Class: Aws::Types::ContainerDetail

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


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.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def container_instance_arn
  @container_instance_arn
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


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.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def environment
  @environment
end

#ephemeral_storageTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


196
197
198
# File 'sig/types.rbs', line 196

def exit_code
  @exit_code
end

#fargate_platform_configurationTypes::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.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def image
  @image
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def job_role_arn
  @job_role_arn
end

#linux_parametersTypes::LinuxParameters

Returns the value of attribute linux_parameters.



204
205
206
# File 'sig/types.rbs', line 204

def linux_parameters
  @linux_parameters
end

#log_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def mount_points
  @mount_points
end

#network_configurationTypes::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.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def network_interfaces
  @network_interfaces
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


194
195
196
# File 'sig/types.rbs', line 194

def privileged
  @privileged
end

#readonly_root_filesystemBoolean

Returns the value of attribute readonly_root_filesystem.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def reason
  @reason
end

#repository_credentialsTypes::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.

Returns:



203
204
205
# File 'sig/types.rbs', line 203

def resource_requirements
  @resource_requirements
end

#runtime_platformTypes::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.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def secrets
  @secrets
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


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.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def ulimits
  @ulimits
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def user
  @user
end

#vcpus::Integer

Returns the value of attribute vcpus.

Returns:

  • (::Integer)


184
185
186
# File 'sig/types.rbs', line 184

def vcpus
  @vcpus
end

#volumes::Array[Types::Volume]

Returns the value of attribute volumes.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def volumes
  @volumes
end