Class: Aws::Types::TaskContainerDetails

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


1649
1650
1651
# File 'sig/types.rbs', line 1649

def command
  @command
end

#depends_on::Array[Types::TaskContainerDependency]

Returns the value of attribute depends_on.

Returns:



1650
1651
1652
# File 'sig/types.rbs', line 1650

def depends_on
  @depends_on
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



1651
1652
1653
# File 'sig/types.rbs', line 1651

def environment
  @environment
end

#essentialBoolean

Returns the value of attribute essential.

Returns:

  • (Boolean)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def essential
  @essential
end

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


1668
1669
1670
# File 'sig/types.rbs', line 1668

def exit_code
  @exit_code
end

#firelens_configurationTypes::FirelensConfiguration

Returns the value of attribute firelens_configuration.



1653
1654
1655
# File 'sig/types.rbs', line 1653

def firelens_configuration
  @firelens_configuration
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def image
  @image
end

#linux_parametersTypes::LinuxParameters

Returns the value of attribute linux_parameters.



1655
1656
1657
# File 'sig/types.rbs', line 1655

def linux_parameters
  @linux_parameters
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



1656
1657
1658
# File 'sig/types.rbs', line 1656

def log_configuration
  @log_configuration
end

#log_stream_name::String

Returns the value of attribute log_stream_name.

Returns:

  • (::String)


1670
1671
1672
# File 'sig/types.rbs', line 1670

def log_stream_name
  @log_stream_name
end

#mount_points::Array[Types::MountPoint]

Returns the value of attribute mount_points.

Returns:



1657
1658
1659
# File 'sig/types.rbs', line 1657

def mount_points
  @mount_points
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def name
  @name
end

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



1671
1672
1673
# File 'sig/types.rbs', line 1671

def network_interfaces
  @network_interfaces
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def privileged
  @privileged
end

#readonly_root_filesystemBoolean

Returns the value of attribute readonly_root_filesystem.

Returns:

  • (Boolean)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def readonly_root_filesystem
  @readonly_root_filesystem
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1669
1670
1671
# File 'sig/types.rbs', line 1669

def reason
  @reason
end

#repository_credentialsTypes::RepositoryCredentials

Returns the value of attribute repository_credentials.



1661
1662
1663
# File 'sig/types.rbs', line 1661

def repository_credentials
  @repository_credentials
end

#resource_requirements::Array[Types::ResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



1662
1663
1664
# File 'sig/types.rbs', line 1662

def resource_requirements
  @resource_requirements
end

#secrets::Array[Types::Secret]

Returns the value of attribute secrets.

Returns:



1663
1664
1665
# File 'sig/types.rbs', line 1663

def secrets
  @secrets
end

#start_timeout::Integer

Returns the value of attribute start_timeout.

Returns:

  • (::Integer)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def start_timeout
  @start_timeout
end

#stop_timeout::Integer

Returns the value of attribute stop_timeout.

Returns:

  • (::Integer)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def stop_timeout
  @stop_timeout
end

#ulimits::Array[Types::Ulimit]

Returns the value of attribute ulimits.

Returns:



1664
1665
1666
# File 'sig/types.rbs', line 1664

def ulimits
  @ulimits
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def user
  @user
end