Class: Aws::Types::EksPersistentVolumeClaim
- Inherits:
-
Object
- Object
- Aws::Types::EksPersistentVolumeClaim
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claim_name ⇒ ::String
Returns the value of attribute claim_name.
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
Instance Attribute Details
#claim_name ⇒ ::String
Returns the value of attribute claim_name.
754 755 756 |
# File 'sig/types.rbs', line 754 def claim_name @claim_name end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
755 756 757 |
# File 'sig/types.rbs', line 755 def read_only @read_only end |