Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsDetails

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


2210
2211
2212
# File 'sig/types.rbs', line 2210

def command
  @command
end

#cpu::Integer

Returns the value of attribute cpu.

Returns:

  • (::Integer)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def cpu
  @cpu
end

#depends_on::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails]

Returns the value of attribute depends_on.



2212
2213
2214
# File 'sig/types.rbs', line 2212

def depends_on
  @depends_on
end

#disable_networkingBoolean

Returns the value of attribute disable_networking.

Returns:

  • (Boolean)


2213
2214
2215
# File 'sig/types.rbs', line 2213

def disable_networking
  @disable_networking
end

#dns_search_domains::Array[::String]

Returns the value of attribute dns_search_domains.

Returns:

  • (::Array[::String])


2214
2215
2216
# File 'sig/types.rbs', line 2214

def dns_search_domains
  @dns_search_domains
end

#dns_servers::Array[::String]

Returns the value of attribute dns_servers.

Returns:

  • (::Array[::String])


2215
2216
2217
# File 'sig/types.rbs', line 2215

def dns_servers
  @dns_servers
end

#docker_labels::Hash[::String, ::String]

Returns the value of attribute docker_labels.

Returns:

  • (::Hash[::String, ::String])


2216
2217
2218
# File 'sig/types.rbs', line 2216

def docker_labels
  @docker_labels
end

#docker_security_options::Array[::String]

Returns the value of attribute docker_security_options.

Returns:

  • (::Array[::String])


2217
2218
2219
# File 'sig/types.rbs', line 2217

def docker_security_options
  @docker_security_options
end

#entry_point::Array[::String]

Returns the value of attribute entry_point.

Returns:

  • (::Array[::String])


2218
2219
2220
# File 'sig/types.rbs', line 2218

def entry_point
  @entry_point
end

#environment::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails]

Returns the value of attribute environment.



2219
2220
2221
# File 'sig/types.rbs', line 2219

def environment
  @environment
end

#environment_files::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails]

Returns the value of attribute environment_files.



2220
2221
2222
# File 'sig/types.rbs', line 2220

def environment_files
  @environment_files
end

#essentialBoolean

Returns the value of attribute essential.

Returns:

  • (Boolean)


2221
2222
2223
# File 'sig/types.rbs', line 2221

def essential
  @essential
end

#extra_hosts::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails]

Returns the value of attribute extra_hosts.



2222
2223
2224
# File 'sig/types.rbs', line 2222

def extra_hosts
  @extra_hosts
end

#firelens_configurationTypes::AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails

Returns the value of attribute firelens_configuration.



2223
2224
2225
# File 'sig/types.rbs', line 2223

def firelens_configuration
  @firelens_configuration
end

#health_checkTypes::AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails

Returns the value of attribute health_check.



2224
2225
2226
# File 'sig/types.rbs', line 2224

def health_check
  @health_check
end

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def hostname
  @hostname
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


2226
2227
2228
# File 'sig/types.rbs', line 2226

def image
  @image
end

#interactiveBoolean

Returns the value of attribute interactive.

Returns:

  • (Boolean)


2227
2228
2229
# File 'sig/types.rbs', line 2227

def interactive
  @interactive
end

Returns the value of attribute links.

Returns:

  • (::Array[::String])


2228
2229
2230
# File 'sig/types.rbs', line 2228

def links
  @links
end

#linux_parametersTypes::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails

Returns the value of attribute linux_parameters.



2229
2230
2231
# File 'sig/types.rbs', line 2229

def linux_parameters
  @linux_parameters
end

#log_configurationTypes::AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails

Returns the value of attribute log_configuration.



2230
2231
2232
# File 'sig/types.rbs', line 2230

def log_configuration
  @log_configuration
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


2231
2232
2233
# File 'sig/types.rbs', line 2231

def memory
  @memory
end

#memory_reservation::Integer

Returns the value of attribute memory_reservation.

Returns:

  • (::Integer)


2232
2233
2234
# File 'sig/types.rbs', line 2232

def memory_reservation
  @memory_reservation
end

#mount_points::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails]

Returns the value of attribute mount_points.



2233
2234
2235
# File 'sig/types.rbs', line 2233

def mount_points
  @mount_points
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2234
2235
2236
# File 'sig/types.rbs', line 2234

def name
  @name
end

#port_mappings::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails]

Returns the value of attribute port_mappings.



2235
2236
2237
# File 'sig/types.rbs', line 2235

def port_mappings
  @port_mappings
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


2236
2237
2238
# File 'sig/types.rbs', line 2236

def privileged
  @privileged
end

#pseudo_terminalBoolean

Returns the value of attribute pseudo_terminal.

Returns:

  • (Boolean)


2237
2238
2239
# File 'sig/types.rbs', line 2237

def pseudo_terminal
  @pseudo_terminal
end

#readonly_root_filesystemBoolean

Returns the value of attribute readonly_root_filesystem.

Returns:

  • (Boolean)


2238
2239
2240
# File 'sig/types.rbs', line 2238

def readonly_root_filesystem
  @readonly_root_filesystem
end

#repository_credentialsTypes::AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails

Returns the value of attribute repository_credentials.



2239
2240
2241
# File 'sig/types.rbs', line 2239

def repository_credentials
  @repository_credentials
end

#resource_requirements::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails]

Returns the value of attribute resource_requirements.



2240
2241
2242
# File 'sig/types.rbs', line 2240

def resource_requirements
  @resource_requirements
end

#secrets::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails]

Returns the value of attribute secrets.



2241
2242
2243
# File 'sig/types.rbs', line 2241

def secrets
  @secrets
end

#start_timeout::Integer

Returns the value of attribute start_timeout.

Returns:

  • (::Integer)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def start_timeout
  @start_timeout
end

#stop_timeout::Integer

Returns the value of attribute stop_timeout.

Returns:

  • (::Integer)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def stop_timeout
  @stop_timeout
end

#system_controls::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails]

Returns the value of attribute system_controls.



2244
2245
2246
# File 'sig/types.rbs', line 2244

def system_controls
  @system_controls
end

#ulimits::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails]

Returns the value of attribute ulimits.



2245
2246
2247
# File 'sig/types.rbs', line 2245

def ulimits
  @ulimits
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def user
  @user
end

#volumes_from::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails]

Returns the value of attribute volumes_from.



2247
2248
2249
# File 'sig/types.rbs', line 2247

def volumes_from
  @volumes_from
end

#working_directory::String

Returns the value of attribute working_directory.

Returns:

  • (::String)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def working_directory
  @working_directory
end