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


698
699
700
# File 'sig/types.rbs', line 698

def args
  @args
end

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


697
698
699
# File 'sig/types.rbs', line 697

def command
  @command
end

#env::Array[Types::EksContainerEnvironmentVariable]

Returns the value of attribute env.



699
700
701
# File 'sig/types.rbs', line 699

def env
  @env
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def image
  @image
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def name
  @name
end

#resourcesTypes::EksContainerResourceRequirements

Returns the value of attribute resources.



700
701
702
# File 'sig/types.rbs', line 700

def resources
  @resources
end