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


1684
1685
1686
# File 'sig/types.rbs', line 1684

def command
  @command
end

#depends_on::Array[Types::TaskContainerDependency]

Returns the value of attribute depends_on.

Returns:



1685
1686
1687
# File 'sig/types.rbs', line 1685

def depends_on
  @depends_on
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



1686
1687
1688
# File 'sig/types.rbs', line 1686

def environment
  @environment
end

#essentialBoolean

Returns the value of attribute essential.

Returns:

  • (Boolean)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def essential
  @essential
end

#firelens_configurationTypes::FirelensConfiguration

Returns the value of attribute firelens_configuration.



1688
1689
1690
# File 'sig/types.rbs', line 1688

def firelens_configuration
  @firelens_configuration
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def image
  @image
end

#linux_parametersTypes::LinuxParameters

Returns the value of attribute linux_parameters.



1690
1691
1692
# File 'sig/types.rbs', line 1690

def linux_parameters
  @linux_parameters
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



1691
1692
1693
# File 'sig/types.rbs', line 1691

def log_configuration
  @log_configuration
end

#mount_points::Array[Types::MountPoint]

Returns the value of attribute mount_points.

Returns:



1692
1693
1694
# File 'sig/types.rbs', line 1692

def mount_points
  @mount_points
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def name
  @name
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def privileged
  @privileged
end

#readonly_root_filesystemBoolean

Returns the value of attribute readonly_root_filesystem.

Returns:

  • (Boolean)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def readonly_root_filesystem
  @readonly_root_filesystem
end

#repository_credentialsTypes::RepositoryCredentials

Returns the value of attribute repository_credentials.



1696
1697
1698
# File 'sig/types.rbs', line 1696

def repository_credentials
  @repository_credentials
end

#resource_requirements::Array[Types::ResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



1697
1698
1699
# File 'sig/types.rbs', line 1697

def resource_requirements
  @resource_requirements
end

#secrets::Array[Types::Secret]

Returns the value of attribute secrets.

Returns:



1698
1699
1700
# File 'sig/types.rbs', line 1698

def secrets
  @secrets
end

#start_timeout::Integer

Returns the value of attribute start_timeout.

Returns:

  • (::Integer)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def start_timeout
  @start_timeout
end

#stop_timeout::Integer

Returns the value of attribute stop_timeout.

Returns:

  • (::Integer)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def stop_timeout
  @stop_timeout
end

#ulimits::Array[Types::Ulimit]

Returns the value of attribute ulimits.

Returns:



1699
1700
1701
# File 'sig/types.rbs', line 1699

def ulimits
  @ulimits
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def user
  @user
end