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


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

def args
  @args
end

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


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

def command
  @command
end

#env::Array[Types::EksContainerEnvironmentVariable]

Returns the value of attribute env.



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

def env
  @env
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


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

def image
  @image
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#resourcesTypes::EksContainerResourceRequirements

Returns the value of attribute resources.



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

def resources
  @resources
end