Class: Aws::Types::TaskContainerProperties
- Inherits:
-
Object
- Object
- Aws::Types::TaskContainerProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#depends_on ⇒ ::Array[Types::TaskContainerDependency]
Returns the value of attribute depends_on.
-
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
-
#essential ⇒ Boolean
Returns the value of attribute essential.
-
#firelens_configuration ⇒ Types::FirelensConfiguration
Returns the value of attribute firelens_configuration.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#linux_parameters ⇒ Types::LinuxParameters
Returns the value of attribute linux_parameters.
-
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
-
#mount_points ⇒ ::Array[Types::MountPoint]
Returns the value of attribute mount_points.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#privileged ⇒ Boolean
Returns the value of attribute privileged.
-
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
-
#repository_credentials ⇒ Types::RepositoryCredentials
Returns the value of attribute repository_credentials.
-
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
-
#secrets ⇒ ::Array[Types::Secret]
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.
-
#ulimits ⇒ ::Array[Types::Ulimit]
Returns the value of attribute ulimits.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def command @command end |
#depends_on ⇒ ::Array[Types::TaskContainerDependency]
Returns the value of attribute depends_on.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def depends_on @depends_on end |
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def environment @environment end |
#essential ⇒ Boolean
Returns the value of attribute essential.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def essential @essential end |
#firelens_configuration ⇒ Types::FirelensConfiguration
Returns the value of attribute firelens_configuration.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def firelens_configuration @firelens_configuration end |
#image ⇒ ::String
Returns the value of attribute image.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def image @image end |
#linux_parameters ⇒ Types::LinuxParameters
Returns the value of attribute linux_parameters.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def linux_parameters @linux_parameters end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def log_configuration @log_configuration end |
#mount_points ⇒ ::Array[Types::MountPoint]
Returns the value of attribute mount_points.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def mount_points @mount_points end |
#name ⇒ ::String
Returns the value of attribute name.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def name @name end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def privileged @privileged end |
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def readonly_root_filesystem @readonly_root_filesystem end |
#repository_credentials ⇒ Types::RepositoryCredentials
Returns the value of attribute repository_credentials.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def repository_credentials @repository_credentials end |
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def resource_requirements @resource_requirements end |
#secrets ⇒ ::Array[Types::Secret]
Returns the value of attribute secrets.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def secrets @secrets end |
#start_timeout ⇒ ::Integer
Returns the value of attribute start_timeout.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def start_timeout @start_timeout end |
#stop_timeout ⇒ ::Integer
Returns the value of attribute stop_timeout.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def stop_timeout @stop_timeout end |
#ulimits ⇒ ::Array[Types::Ulimit]
Returns the value of attribute ulimits.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def ulimits @ulimits end |
#user ⇒ ::String
Returns the value of attribute user.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def user @user end |