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


685
686
687
# File 'sig/types.rbs', line 685

def args
  @args
end

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


684
685
686
# File 'sig/types.rbs', line 684

def command
  @command
end

#env::Array[Types::EksContainerEnvironmentVariable]

Returns the value of attribute env.



686
687
688
# File 'sig/types.rbs', line 686

def env
  @env
end

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


688
689
690
# File 'sig/types.rbs', line 688

def exit_code
  @exit_code
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def image
  @image
end

#image_pull_policy::String

Returns the value of attribute image_pull_policy.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def image_pull_policy
  @image_pull_policy
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def name
  @name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def reason
  @reason
end

#resourcesTypes::EksContainerResourceRequirements

Returns the value of attribute resources.



687
688
689
# File 'sig/types.rbs', line 687

def resources
  @resources
end

#security_contextTypes::EksContainerSecurityContext

Returns the value of attribute security_context.



691
692
693
# File 'sig/types.rbs', line 691

def security_context
  @security_context
end

#volume_mounts::Array[Types::EksContainerVolumeMount]

Returns the value of attribute volume_mounts.

Returns:



690
691
692
# File 'sig/types.rbs', line 690

def volume_mounts
  @volume_mounts
end