Class: Aws::Types::TaskContainerProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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

#essentialBoolean

Returns the value of attribute essential.



1709
1710
1711
# File 'sig/types.rbs', line 1709

def essential
  @essential
end

#firelens_configurationTypes::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_parametersTypes::LinuxParameters

Returns the value of attribute linux_parameters.



1712
1713
1714
# File 'sig/types.rbs', line 1712

def linux_parameters
  @linux_parameters
end

#log_configurationTypes::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

#privilegedBoolean

Returns the value of attribute privileged.



1716
1717
1718
# File 'sig/types.rbs', line 1716

def privileged
  @privileged
end

#readonly_root_filesystemBoolean

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_credentialsTypes::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