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:

  • (::Array[::String])


672
673
674
# File 'sig/types.rbs', line 672

def args
  @args
end

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


671
672
673
# File 'sig/types.rbs', line 671

def command
  @command
end

#env::Array[Types::EksContainerEnvironmentVariable]

Returns the value of attribute env.



673
674
675
# File 'sig/types.rbs', line 673

def env
  @env
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def image
  @image
end

#image_pull_policy::String

Returns the value of attribute image_pull_policy.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def image_pull_policy
  @image_pull_policy
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def name
  @name
end

#resourcesTypes::EksContainerResourceRequirements

Returns the value of attribute resources.



674
675
676
# File 'sig/types.rbs', line 674

def resources
  @resources
end

#security_contextTypes::EksContainerSecurityContext

Returns the value of attribute security_context.



676
677
678
# File 'sig/types.rbs', line 676

def security_context
  @security_context
end

#volume_mounts::Array[Types::EksContainerVolumeMount]

Returns the value of attribute volume_mounts.

Returns:



675
676
677
# File 'sig/types.rbs', line 675

def volume_mounts
  @volume_mounts
end