Class: Aws::Types::EksContainerDetail
- Inherits:
-
Object
- Object
- Aws::Types::EksContainerDetail
- 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.
-
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
-
#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.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#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.
678 679 680 |
# File 'sig/types.rbs', line 678 def args @args end |
#command ⇒ ::Array[::String]
Returns the value of attribute command.
677 678 679 |
# File 'sig/types.rbs', line 677 def command @command end |
#env ⇒ ::Array[Types::EksContainerEnvironmentVariable]
Returns the value of attribute env.
679 680 681 |
# File 'sig/types.rbs', line 679 def env @env end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
681 682 683 |
# File 'sig/types.rbs', line 681 def exit_code @exit_code end |
#image ⇒ ::String
Returns the value of attribute image.
675 676 677 |
# File 'sig/types.rbs', line 675 def image @image end |
#image_pull_policy ⇒ ::String
Returns the value of attribute image_pull_policy.
676 677 678 |
# File 'sig/types.rbs', line 676 def image_pull_policy @image_pull_policy end |
#name ⇒ ::String
Returns the value of attribute name.
674 675 676 |
# File 'sig/types.rbs', line 674 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
682 683 684 |
# File 'sig/types.rbs', line 682 def reason @reason end |
#resources ⇒ Types::EksContainerResourceRequirements
Returns the value of attribute resources.
680 681 682 |
# File 'sig/types.rbs', line 680 def resources @resources end |
#security_context ⇒ Types::EksContainerSecurityContext
Returns the value of attribute security_context.
684 685 686 |
# File 'sig/types.rbs', line 684 def security_context @security_context end |
#volume_mounts ⇒ ::Array[Types::EksContainerVolumeMount]
Returns the value of attribute volume_mounts.
683 684 685 |
# File 'sig/types.rbs', line 683 def volume_mounts @volume_mounts end |