Class: Aws::Types::EksVolume
- Inherits:
-
Object
- Object
- Aws::Types::EksVolume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#empty_dir ⇒ Types::EksEmptyDir
Returns the value of attribute empty_dir.
-
#host_path ⇒ Types::EksHostPath
Returns the value of attribute host_path.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#persistent_volume_claim ⇒ Types::EksPersistentVolumeClaim
Returns the value of attribute persistent_volume_claim.
-
#secret ⇒ Types::EksSecret
Returns the value of attribute secret.
Instance Attribute Details
#empty_dir ⇒ Types::EksEmptyDir
Returns the value of attribute empty_dir.
811 812 813 |
# File 'sig/types.rbs', line 811 def empty_dir @empty_dir end |
#host_path ⇒ Types::EksHostPath
Returns the value of attribute host_path.
810 811 812 |
# File 'sig/types.rbs', line 810 def host_path @host_path end |
#name ⇒ ::String
Returns the value of attribute name.
809 810 811 |
# File 'sig/types.rbs', line 809 def name @name end |
#persistent_volume_claim ⇒ Types::EksPersistentVolumeClaim
Returns the value of attribute persistent_volume_claim.
813 814 815 |
# File 'sig/types.rbs', line 813 def persistent_volume_claim @persistent_volume_claim end |
#secret ⇒ Types::EksSecret
Returns the value of attribute secret.
812 813 814 |
# File 'sig/types.rbs', line 812 def secret @secret end |