Class: Aws::DataSync::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::Recommendation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
The details about an Amazon Web Services storage service that DataSync Discovery recommends for a resource in your on-premises storage system.
For more information, see [Recommendations provided by DataSync Discovery].
[1]: docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated_monthly_storage_cost ⇒ String
The estimated monthly cost of the recommended Amazon Web Services storage service.
-
#storage_configuration ⇒ Hash<String,String>
Information about how you can set up a recommended Amazon Web Services storage service.
-
#storage_type ⇒ String
A recommended Amazon Web Services storage service that you can migrate data to based on information that DataSync Discovery collects about your on-premises storage system.
Instance Attribute Details
#estimated_monthly_storage_cost ⇒ String
The estimated monthly cost of the recommended Amazon Web Services storage service.
4844 4845 4846 4847 4848 4849 4850 |
# File 'lib/aws-sdk-datasync/types.rb', line 4844 class Recommendation < Struct.new( :storage_type, :storage_configuration, :estimated_monthly_storage_cost) SENSITIVE = [] include Aws::Structure end |
#storage_configuration ⇒ Hash<String,String>
Information about how you can set up a recommended Amazon Web Services storage service.
4844 4845 4846 4847 4848 4849 4850 |
# File 'lib/aws-sdk-datasync/types.rb', line 4844 class Recommendation < Struct.new( :storage_type, :storage_configuration, :estimated_monthly_storage_cost) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
A recommended Amazon Web Services storage service that you can migrate data to based on information that DataSync Discovery collects about your on-premises storage system.
4844 4845 4846 4847 4848 4849 4850 |
# File 'lib/aws-sdk-datasync/types.rb', line 4844 class Recommendation < Struct.new( :storage_type, :storage_configuration, :estimated_monthly_storage_cost) SENSITIVE = [] include Aws::Structure end |