Class: Aws::Types::EksPodPropertiesOverride
- Inherits:
-
Object
- Object
- Aws::Types::EksPodPropertiesOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Array[Types::EksContainerOverride]
Returns the value of attribute containers.
-
#init_containers ⇒ ::Array[Types::EksContainerOverride]
Returns the value of attribute init_containers.
-
#metadata ⇒ Types::EksMetadata
Returns the value of attribute metadata.
Instance Attribute Details
#containers ⇒ ::Array[Types::EksContainerOverride]
Returns the value of attribute containers.
781 782 783 |
# File 'sig/types.rbs', line 781 def containers @containers end |
#init_containers ⇒ ::Array[Types::EksContainerOverride]
Returns the value of attribute init_containers.
782 783 784 |
# File 'sig/types.rbs', line 782 def init_containers @init_containers end |
#metadata ⇒ Types::EksMetadata
Returns the value of attribute metadata.
783 784 785 |
# File 'sig/types.rbs', line 783 def @metadata end |