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.
747 748 749 |
# File 'sig/types.rbs', line 747 def claim_name @claim_name end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
748 749 750 |
# File 'sig/types.rbs', line 748 def read_only @read_only end |