Class: Aws::Types::TaskContainerDetails
- Inherits:
-
Object
- Object
- Aws::Types::TaskContainerDetails
- 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.
-
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
-
#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.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
-
#mount_points ⇒ ::Array[Types::MountPoint]
Returns the value of attribute mount_points.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#privileged ⇒ Boolean
Returns the value of attribute privileged.
-
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#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.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def command @command end |
#depends_on ⇒ ::Array[Types::TaskContainerDependency]
Returns the value of attribute depends_on.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def depends_on @depends_on end |
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def environment @environment end |
#essential ⇒ Boolean
Returns the value of attribute essential.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def essential @essential end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def exit_code @exit_code end |
#firelens_configuration ⇒ Types::FirelensConfiguration
Returns the value of attribute firelens_configuration.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def firelens_configuration @firelens_configuration end |
#image ⇒ ::String
Returns the value of attribute image.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def image @image end |
#linux_parameters ⇒ Types::LinuxParameters
Returns the value of attribute linux_parameters.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def linux_parameters @linux_parameters end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def log_configuration @log_configuration end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def log_stream_name @log_stream_name end |
#mount_points ⇒ ::Array[Types::MountPoint]
Returns the value of attribute mount_points.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def mount_points @mount_points end |
#name ⇒ ::String
Returns the value of attribute name.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def name @name end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def network_interfaces @network_interfaces end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def privileged @privileged end |
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def readonly_root_filesystem @readonly_root_filesystem end |
#reason ⇒ ::String
Returns the value of attribute reason.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def reason @reason end |
#repository_credentials ⇒ Types::RepositoryCredentials
Returns the value of attribute repository_credentials.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def repository_credentials @repository_credentials end |
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def resource_requirements @resource_requirements end |
#secrets ⇒ ::Array[Types::Secret]
Returns the value of attribute secrets.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def secrets @secrets end |
#start_timeout ⇒ ::Integer
Returns the value of attribute start_timeout.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def start_timeout @start_timeout end |
#stop_timeout ⇒ ::Integer
Returns the value of attribute stop_timeout.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def stop_timeout @stop_timeout end |
#ulimits ⇒ ::Array[Types::Ulimit]
Returns the value of attribute ulimits.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def ulimits @ulimits end |
#user ⇒ ::String
Returns the value of attribute user.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def user @user end |