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.
785 786 787 |
# File 'sig/types.rbs', line 785 def claim_name @claim_name end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
786 787 788 |
# File 'sig/types.rbs', line 786 def read_only @read_only end |