Class: Aws::Types::EksContainerOverride

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


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

def args
  @args
end

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


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

def command
  @command
end

#env::Array[Types::EksContainerEnvironmentVariable]

Returns the value of attribute env.



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

def env
  @env
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


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

def image
  @image
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#resourcesTypes::EksContainerResourceRequirements

Returns the value of attribute resources.



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

def resources
  @resources
end