Class: Aws::Types::TaskContainerProperties

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


1605
1606
1607
# File 'sig/types.rbs', line 1605

def command
  @command
end

#depends_on::Array[Types::TaskContainerDependency]

Returns the value of attribute depends_on.

Returns:



1606
1607
1608
# File 'sig/types.rbs', line 1606

def depends_on
  @depends_on
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



1607
1608
1609
# File 'sig/types.rbs', line 1607

def environment
  @environment
end

#essentialBoolean

Returns the value of attribute essential.

Returns:

  • (Boolean)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def essential
  @essential
end

#firelens_configurationTypes::FirelensConfiguration

Returns the value of attribute firelens_configuration.



1609
1610
1611
# File 'sig/types.rbs', line 1609

def firelens_configuration
  @firelens_configuration
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def image
  @image
end

#linux_parametersTypes::LinuxParameters

Returns the value of attribute linux_parameters.



1611
1612
1613
# File 'sig/types.rbs', line 1611

def linux_parameters
  @linux_parameters
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



1612
1613
1614
# File 'sig/types.rbs', line 1612

def log_configuration
  @log_configuration
end

#mount_points::Array[Types::MountPoint]

Returns the value of attribute mount_points.

Returns:



1613
1614
1615
# File 'sig/types.rbs', line 1613

def mount_points
  @mount_points
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def name
  @name
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def privileged
  @privileged
end

#readonly_root_filesystemBoolean

Returns the value of attribute readonly_root_filesystem.

Returns:

  • (Boolean)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def readonly_root_filesystem
  @readonly_root_filesystem
end

#repository_credentialsTypes::RepositoryCredentials

Returns the value of attribute repository_credentials.



1617
1618
1619
# File 'sig/types.rbs', line 1617

def repository_credentials
  @repository_credentials
end

#resource_requirements::Array[Types::ResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



1618
1619
1620
# File 'sig/types.rbs', line 1618

def resource_requirements
  @resource_requirements
end

#secrets::Array[Types::Secret]

Returns the value of attribute secrets.

Returns:



1619
1620
1621
# File 'sig/types.rbs', line 1619

def secrets
  @secrets
end

#start_timeout::Integer

Returns the value of attribute start_timeout.

Returns:

  • (::Integer)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def start_timeout
  @start_timeout
end

#stop_timeout::Integer

Returns the value of attribute stop_timeout.

Returns:

  • (::Integer)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def stop_timeout
  @stop_timeout
end

#ulimits::Array[Types::Ulimit]

Returns the value of attribute ulimits.

Returns:



1620
1621
1622
# File 'sig/types.rbs', line 1620

def ulimits
  @ulimits
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def user
  @user
end