Class: Aws::Types::EksContainer

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#args::Array[::String]

Returns the value of attribute args.

Returns:



703
704
705
# File 'sig/types.rbs', line 703

def args
  @args
end

#command::Array[::String]

Returns the value of attribute command.

Returns:



702
703
704
# File 'sig/types.rbs', line 702

def command
  @command
end

#env::Array[Types::EksContainerEnvironmentVariable]

Returns the value of attribute env.

Returns:



704
705
706
# File 'sig/types.rbs', line 704

def env
  @env
end

#image::String

Returns the value of attribute image.

Returns:



700
701
702
# File 'sig/types.rbs', line 700

def image
  @image
end

#image_pull_policy::String

Returns the value of attribute image_pull_policy.

Returns:



701
702
703
# File 'sig/types.rbs', line 701

def image_pull_policy
  @image_pull_policy
end

#name::String

Returns the value of attribute name.

Returns:



699
700
701
# File 'sig/types.rbs', line 699

def name
  @name
end

#resourcesTypes::EksContainerResourceRequirements

Returns the value of attribute resources.

Returns:



705
706
707
# File 'sig/types.rbs', line 705

def resources
  @resources
end

#security_contextTypes::EksContainerSecurityContext

Returns the value of attribute security_context.

Returns:



707
708
709
# File 'sig/types.rbs', line 707

def security_context
  @security_context
end

#volume_mounts::Array[Types::EksContainerVolumeMount]

Returns the value of attribute volume_mounts.

Returns:



706
707
708
# File 'sig/types.rbs', line 706

def volume_mounts
  @volume_mounts
end