Class: Aws::Types::Volume

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_at_launchBoolean

Returns the value of attribute configured_at_launch.

Returns:

  • (Boolean)


3040
3041
3042
# File 'sig/types.rbs', line 3040

def configured_at_launch
  @configured_at_launch
end

#docker_volume_configurationTypes::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_configurationTypes::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_configurationTypes::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

#hostTypes::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.

Returns:

  • (::String)


3034
3035
3036
# File 'sig/types.rbs', line 3034

def name
  @name
end

#s3files_volume_configurationTypes::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