Class: Aws::Types::Volume
- Inherits:
-
Object
- Object
- Aws::Types::Volume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_at_launch ⇒ Boolean
Returns the value of attribute configured_at_launch.
-
#docker_volume_configuration ⇒ Types::DockerVolumeConfiguration
Returns the value of attribute docker_volume_configuration.
-
#efs_volume_configuration ⇒ Types::EFSVolumeConfiguration
Returns the value of attribute efs_volume_configuration.
-
#fsx_windows_file_server_volume_configuration ⇒ Types::FSxWindowsFileServerVolumeConfiguration
Returns the value of attribute fsx_windows_file_server_volume_configuration.
-
#host ⇒ Types::HostVolumeProperties
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
#configured_at_launch ⇒ Boolean
Returns the value of attribute configured_at_launch.
3058 3059 3060 |
# File 'sig/types.rbs', line 3058 def configured_at_launch @configured_at_launch end |
#docker_volume_configuration ⇒ Types::DockerVolumeConfiguration
Returns the value of attribute docker_volume_configuration.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def docker_volume_configuration @docker_volume_configuration end |
#efs_volume_configuration ⇒ Types::EFSVolumeConfiguration
Returns the value of attribute efs_volume_configuration.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def efs_volume_configuration @efs_volume_configuration end |
#fsx_windows_file_server_volume_configuration ⇒ Types::FSxWindowsFileServerVolumeConfiguration
Returns the value of attribute fsx_windows_file_server_volume_configuration.
3057 3058 3059 |
# File 'sig/types.rbs', line 3057 def fsx_windows_file_server_volume_configuration @fsx_windows_file_server_volume_configuration end |
#host ⇒ Types::HostVolumeProperties
Returns the value of attribute host.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def host @host end |
#name ⇒ ::String
Returns the value of attribute name.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def name @name end |
#s3files_volume_configuration ⇒ Types::S3FilesVolumeConfiguration
Returns the value of attribute s3files_volume_configuration.
3056 3057 3058 |
# File 'sig/types.rbs', line 3056 def s3files_volume_configuration @s3files_volume_configuration end |