Class: Aws::Types::StorageConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fsx_ontap_configuration ⇒ Types::FsxOntapConfiguration

Returns the value of attribute fsx_ontap_configuration.



1919
1920
1921
# File 'sig/types.rbs', line 1919

def fsx_ontap_configuration
  @fsx_ontap_configuration
end

#storage_type ⇒ "EBS", "FSX_ONTAP"

Returns the value of attribute storage_type.

Returns:

  • ("EBS", "FSX_ONTAP")


1918
1919
1920
# File 'sig/types.rbs', line 1918

def storage_type
  @storage_type
end