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

#efs_volume_configurationTypes::EFSVolumeConfiguration

Returns the value of attribute efs_volume_configuration.



1870
1871
1872
# File 'sig/types.rbs', line 1870

def efs_volume_configuration
  @efs_volume_configuration
end

#hostTypes::Host

Returns the value of attribute host.

Returns:



1868
1869
1870
# File 'sig/types.rbs', line 1868

def host
  @host
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def name
  @name
end

#s3files_volume_configurationTypes::S3FilesVolumeConfiguration

Returns the value of attribute s3files_volume_configuration.



1871
1872
1873
# File 'sig/types.rbs', line 1871

def s3files_volume_configuration
  @s3files_volume_configuration
end