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.
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.
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.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def environment @environment end |
#essential ⇒ Boolean
Returns the value of attribute essential.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def essential @essential end |
#firelens_configuration ⇒ Types::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.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def image @image end |
#linux_parameters ⇒ Types::LinuxParameters
Returns the value of attribute linux_parameters.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def linux_parameters @linux_parameters end |
#log_configuration ⇒ Types::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.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def mount_points @mount_points end |
#name ⇒ ::String
Returns the value of attribute name.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def name @name end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def privileged @privileged end |
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def readonly_root_filesystem @readonly_root_filesystem end |
#repository_credentials ⇒ Types::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.
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.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def secrets @secrets end |
#start_timeout ⇒ ::Integer
Returns the value of attribute start_timeout.
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.
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.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def ulimits @ulimits end |
#user ⇒ ::String
Returns the value of attribute user.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def user @user end |