Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
-
#depends_on ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails]
Returns the value of attribute depends_on.
-
#disable_networking ⇒ Boolean
Returns the value of attribute disable_networking.
-
#dns_search_domains ⇒ ::Array[::String]
Returns the value of attribute dns_search_domains.
-
#dns_servers ⇒ ::Array[::String]
Returns the value of attribute dns_servers.
-
#docker_labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute docker_labels.
-
#docker_security_options ⇒ ::Array[::String]
Returns the value of attribute docker_security_options.
-
#entry_point ⇒ ::Array[::String]
Returns the value of attribute entry_point.
-
#environment ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails]
Returns the value of attribute environment.
-
#environment_files ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails]
Returns the value of attribute environment_files.
-
#essential ⇒ Boolean
Returns the value of attribute essential.
-
#extra_hosts ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails]
Returns the value of attribute extra_hosts.
-
#firelens_configuration ⇒ Types::AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails
Returns the value of attribute firelens_configuration.
-
#health_check ⇒ Types::AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails
Returns the value of attribute health_check.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#interactive ⇒ Boolean
Returns the value of attribute interactive.
-
#links ⇒ ::Array[::String]
Returns the value of attribute links.
-
#linux_parameters ⇒ Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails
Returns the value of attribute linux_parameters.
-
#log_configuration ⇒ Types::AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails
Returns the value of attribute log_configuration.
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
-
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
-
#mount_points ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails]
Returns the value of attribute mount_points.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#port_mappings ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails]
Returns the value of attribute port_mappings.
-
#privileged ⇒ Boolean
Returns the value of attribute privileged.
-
#pseudo_terminal ⇒ Boolean
Returns the value of attribute pseudo_terminal.
-
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
-
#repository_credentials ⇒ Types::AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails
Returns the value of attribute repository_credentials.
-
#resource_requirements ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails]
Returns the value of attribute resource_requirements.
-
#secrets ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails]
Returns the value of attribute secrets.
-
#start_timeout ⇒ ::Integer
Returns the value of attribute start_timeout.
-
#stop_timeout ⇒ ::Integer
Returns the value of attribute stop_timeout.
-
#system_controls ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails]
Returns the value of attribute system_controls.
-
#ulimits ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails]
Returns the value of attribute ulimits.
-
#user ⇒ ::String
Returns the value of attribute user.
-
#volumes_from ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails]
Returns the value of attribute volumes_from.
-
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def command @command end |
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
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_networking ⇒ Boolean
Returns the value of attribute disable_networking.
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.
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.
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.
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.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def @docker_security_options end |
#entry_point ⇒ ::Array[::String]
Returns the value of attribute entry_point.
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 |
#essential ⇒ Boolean
Returns the value of attribute essential.
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_configuration ⇒ Types::AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails
Returns the value of attribute firelens_configuration.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def firelens_configuration @firelens_configuration end |
#health_check ⇒ Types::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.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def hostname @hostname end |
#image ⇒ ::String
Returns the value of attribute image.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def image @image end |
#interactive ⇒ Boolean
Returns the value of attribute interactive.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def interactive @interactive end |
#links ⇒ ::Array[::String]
Returns the value of attribute links.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def links @links end |
#linux_parameters ⇒ Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails
Returns the value of attribute linux_parameters.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def linux_parameters @linux_parameters end |
#log_configuration ⇒ Types::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.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def memory @memory end |
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
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.
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 |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def privileged @privileged end |
#pseudo_terminal ⇒ Boolean
Returns the value of attribute pseudo_terminal.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def pseudo_terminal @pseudo_terminal end |
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def readonly_root_filesystem @readonly_root_filesystem end |
#repository_credentials ⇒ Types::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.
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.
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.
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.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def working_directory @working_directory end |