Class: Aws::Types::EksContainerDetail

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


716
717
718
# File 'sig/types.rbs', line 716

def args
  @args
end

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


715
716
717
# File 'sig/types.rbs', line 715

def command
  @command
end

#env::Array[Types::EksContainerEnvironmentVariable]

Returns the value of attribute env.



717
718
719
# File 'sig/types.rbs', line 717

def env
  @env
end

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


719
720
721
# File 'sig/types.rbs', line 719

def exit_code
  @exit_code
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def image
  @image
end

#image_pull_policy::String

Returns the value of attribute image_pull_policy.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def image_pull_policy
  @image_pull_policy
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def name
  @name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def reason
  @reason
end

#resourcesTypes::EksContainerResourceRequirements

Returns the value of attribute resources.



718
719
720
# File 'sig/types.rbs', line 718

def resources
  @resources
end

#security_contextTypes::EksContainerSecurityContext

Returns the value of attribute security_context.



722
723
724
# File 'sig/types.rbs', line 722

def security_context
  @security_context
end

#volume_mounts::Array[Types::EksContainerVolumeMount]

Returns the value of attribute volume_mounts.

Returns:



721
722
723
# File 'sig/types.rbs', line 721

def volume_mounts
  @volume_mounts
end