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


736
737
738
# File 'sig/types.rbs', line 736

def args
  @args
end

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


735
736
737
# File 'sig/types.rbs', line 735

def command
  @command
end

#env::Array[Types::EksContainerEnvironmentVariable]

Returns the value of attribute env.



737
738
739
# File 'sig/types.rbs', line 737

def env
  @env
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def image
  @image
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def name
  @name
end

#resourcesTypes::EksContainerResourceRequirements

Returns the value of attribute resources.



738
739
740
# File 'sig/types.rbs', line 738

def resources
  @resources
end