Class: Aws::Mgn::Types::StorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StorageConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Storage configuration for replication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fsx_ontap_configuration ⇒ Types::FsxOntapConfiguration
Storage configuration FSx ONTAP configuration.
-
#storage_type ⇒ String
Storage configuration storage type.
Instance Attribute Details
#fsx_ontap_configuration ⇒ Types::FsxOntapConfiguration
Storage configuration FSx ONTAP configuration.
6497 6498 6499 6500 6501 6502 |
# File 'lib/aws-sdk-mgn/types.rb', line 6497 class StorageConfiguration < Struct.new( :storage_type, :fsx_ontap_configuration) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
Storage configuration storage type.
6497 6498 6499 6500 6501 6502 |
# File 'lib/aws-sdk-mgn/types.rb', line 6497 class StorageConfiguration < Struct.new( :storage_type, :fsx_ontap_configuration) SENSITIVE = [] include Aws::Structure end |