Class: Aws::DataSync::Types::Recommendation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_monthly_storage_costString

The estimated monthly cost of the recommended Amazon Web Services storage service.

Returns:

  • (String)


4628
4629
4630
4631
4632
4633
4634
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4628

class Recommendation < Struct.new(
  :storage_type,
  :storage_configuration,
  :estimated_monthly_storage_cost)
  SENSITIVE = []
  include Aws::Structure
end

#storage_configurationHash<String,String>

Information about how you can set up a recommended Amazon Web Services storage service.

Returns:

  • (Hash<String,String>)


4628
4629
4630
4631
4632
4633
4634
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4628

class Recommendation < Struct.new(
  :storage_type,
  :storage_configuration,
  :estimated_monthly_storage_cost)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

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.

Returns:

  • (String)


4628
4629
4630
4631
4632
4633
4634
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4628

class Recommendation < Struct.new(
  :storage_type,
  :storage_configuration,
  :estimated_monthly_storage_cost)
  SENSITIVE = []
  include Aws::Structure
end