Class: Aws::Types::StorageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StorageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fsx_ontap_configuration ⇒ Types::FsxOntapConfiguration
Returns the value of attribute fsx_ontap_configuration.
-
#storage_type ⇒ "EBS", "FSX_ONTAP"
Returns the value of attribute storage_type.
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.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def storage_type @storage_type end |