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.
3040 3041 3042 |
# File 'sig/types.rbs', line 3040 def configured_at_launch @configured_at_launch end |
#docker_volume_configuration ⇒ Types::DockerVolumeConfiguration
Returns the value of attribute docker_volume_configuration.
3036 3037 3038 |
# File 'sig/types.rbs', line 3036 def docker_volume_configuration @docker_volume_configuration end |
#efs_volume_configuration ⇒ Types::EFSVolumeConfiguration
Returns the value of attribute efs_volume_configuration.
3037 3038 3039 |
# File 'sig/types.rbs', line 3037 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.
3039 3040 3041 |
# File 'sig/types.rbs', line 3039 def fsx_windows_file_server_volume_configuration @fsx_windows_file_server_volume_configuration end |
#host ⇒ Types::HostVolumeProperties
Returns the value of attribute host.
3035 3036 3037 |
# File 'sig/types.rbs', line 3035 def host @host end |
#name ⇒ ::String
Returns the value of attribute name.
3034 3035 3036 |
# File 'sig/types.rbs', line 3034 def name @name end |
#s3files_volume_configuration ⇒ Types::S3FilesVolumeConfiguration
Returns the value of attribute s3files_volume_configuration.
3038 3039 3040 |
# File 'sig/types.rbs', line 3038 def s3files_volume_configuration @s3files_volume_configuration end |