Class: Aws::Types::Volume

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#efs_volume_configurationTypes::EFSVolumeConfiguration

Returns the value of attribute efs_volume_configuration.



1930
1931
1932
# File 'sig/types.rbs', line 1930

def efs_volume_configuration
  @efs_volume_configuration
end

#hostTypes::Host

Returns the value of attribute host.



1928
1929
1930
# File 'sig/types.rbs', line 1928

def host
  @host
end

#name::String

Returns the value of attribute name.



1929
1930
1931
# File 'sig/types.rbs', line 1929

def name
  @name
end

#s3files_volume_configurationTypes::S3FilesVolumeConfiguration

Returns the value of attribute s3files_volume_configuration.



1931
1932
1933
# File 'sig/types.rbs', line 1931

def s3files_volume_configuration
  @s3files_volume_configuration
end