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.
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.
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.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def environment @environment end |
#essential ⇒ Boolean
Returns the value of attribute essential.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def essential @essential end |
#firelens_configuration ⇒ Types::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.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def image @image end |
#linux_parameters ⇒ Types::LinuxParameters
Returns the value of attribute linux_parameters.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def linux_parameters @linux_parameters end |
#log_configuration ⇒ Types::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.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def mount_points @mount_points end |
#name ⇒ ::String
Returns the value of attribute name.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def name @name end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def privileged @privileged end |
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def readonly_root_filesystem @readonly_root_filesystem end |
#repository_credentials ⇒ Types::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.
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.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def secrets @secrets end |
#start_timeout ⇒ ::Integer
Returns the value of attribute start_timeout.
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.
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.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def ulimits @ulimits end |
#user ⇒ ::String
Returns the value of attribute user.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def user @user end |