Class: Aws::Types::EksContainerOverride
- Inherits:
-
Object
- Object
- Aws::Types::EksContainerOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#args ⇒ ::Array[::String]
Returns the value of attribute args.
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#env ⇒ ::Array[Types::EksContainerEnvironmentVariable]
Returns the value of attribute env.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resources ⇒ Types::EksContainerResourceRequirements
Returns the value of attribute resources.
Instance Attribute Details
#args ⇒ ::Array[::String]
Returns the value of attribute args.
736 737 738 |
# File 'sig/types.rbs', line 736 def args @args end |
#command ⇒ ::Array[::String]
Returns the value of attribute command.
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.
734 735 736 |
# File 'sig/types.rbs', line 734 def image @image end |
#name ⇒ ::String
Returns the value of attribute name.
733 734 735 |
# File 'sig/types.rbs', line 733 def name @name end |
#resources ⇒ Types::EksContainerResourceRequirements
Returns the value of attribute resources.
738 739 740 |
# File 'sig/types.rbs', line 738 def resources @resources end |