Class: Aws::Types::DaemonVolume
- Inherits:
-
Object
- Object
- Aws::Types::DaemonVolume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host ⇒ Types::HostVolumeProperties
Returns the value of attribute host.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#host ⇒ Types::HostVolumeProperties
Returns the value of attribute host.
732 733 734 |
# File 'sig/types.rbs', line 732 def host @host end |
#name ⇒ ::String
Returns the value of attribute name.
731 732 733 |
# File 'sig/types.rbs', line 731 def name @name end |