Class: Aws::Types::Volume
- Inherits:
-
Object
- Object
- Aws::Types::Volume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#efs_volume_configuration ⇒ Types::EFSVolumeConfiguration
Returns the value of attribute efs_volume_configuration.
-
#host ⇒ Types::Host
Returns the value of attribute host.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#s3files_volume_configuration ⇒ Types::S3FilesVolumeConfiguration
Returns the value of attribute s3files_volume_configuration.
Instance Attribute Details
#efs_volume_configuration ⇒ Types::EFSVolumeConfiguration
Returns the value of attribute efs_volume_configuration.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def efs_volume_configuration @efs_volume_configuration end |
#host ⇒ Types::Host
Returns the value of attribute host.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def host @host end |
#name ⇒ ::String
Returns the value of attribute name.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def name @name end |
#s3files_volume_configuration ⇒ Types::S3FilesVolumeConfiguration
Returns the value of attribute s3files_volume_configuration.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def s3files_volume_configuration @s3files_volume_configuration end |