Class: Aws::Types::EksContainer
- Inherits:
-
Object
- Object
- Aws::Types::EksContainer
- 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.
-
#image_pull_policy ⇒ ::String
Returns the value of attribute image_pull_policy.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resources ⇒ Types::EksContainerResourceRequirements
Returns the value of attribute resources.
-
#security_context ⇒ Types::EksContainerSecurityContext
Returns the value of attribute security_context.
-
#volume_mounts ⇒ ::Array[Types::EksContainerVolumeMount]
Returns the value of attribute volume_mounts.
Instance Attribute Details
#args ⇒ ::Array[::String]
Returns the value of attribute args.
665 666 667 |
# File 'sig/types.rbs', line 665 def args @args end |
#command ⇒ ::Array[::String]
Returns the value of attribute command.
664 665 666 |
# File 'sig/types.rbs', line 664 def command @command end |
#env ⇒ ::Array[Types::EksContainerEnvironmentVariable]
Returns the value of attribute env.
666 667 668 |
# File 'sig/types.rbs', line 666 def env @env end |
#image ⇒ ::String
Returns the value of attribute image.
662 663 664 |
# File 'sig/types.rbs', line 662 def image @image end |
#image_pull_policy ⇒ ::String
Returns the value of attribute image_pull_policy.
663 664 665 |
# File 'sig/types.rbs', line 663 def image_pull_policy @image_pull_policy end |
#name ⇒ ::String
Returns the value of attribute name.
661 662 663 |
# File 'sig/types.rbs', line 661 def name @name end |
#resources ⇒ Types::EksContainerResourceRequirements
Returns the value of attribute resources.
667 668 669 |
# File 'sig/types.rbs', line 667 def resources @resources end |
#security_context ⇒ Types::EksContainerSecurityContext
Returns the value of attribute security_context.
669 670 671 |
# File 'sig/types.rbs', line 669 def security_context @security_context end |
#volume_mounts ⇒ ::Array[Types::EksContainerVolumeMount]
Returns the value of attribute volume_mounts.
668 669 670 |
# File 'sig/types.rbs', line 668 def volume_mounts @volume_mounts end |