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)


3058
3059
3060
# File 'sig/types.rbs', line 3058

def configured_at_launch
  @configured_at_launch
end

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

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

Returns:

  • (::String)


3052
3053
3054
# File 'sig/types.rbs', line 3052

def name
  @name
end

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