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.
788 789 790 |
# File 'sig/types.rbs', line 788 def containers @containers end |
#init_containers ⇒ ::Array[Types::EksContainerOverride]
Returns the value of attribute init_containers.
789 790 791 |
# File 'sig/types.rbs', line 789 def init_containers @init_containers end |
#metadata ⇒ Types::EksMetadata
Returns the value of attribute metadata.
790 791 792 |
# File 'sig/types.rbs', line 790 def @metadata end |