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.
725 726 727 |
# File 'sig/types.rbs', line 725 def host @host end |
#name ⇒ ::String
Returns the value of attribute name.
724 725 726 |
# File 'sig/types.rbs', line 724 def name @name end |