Class: Aws::DataSync::Types::GenerateRecommendationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discovery_job_arnString

Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.

Returns:

  • (String)


3165
3166
3167
3168
3169
3170
3171
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3165

class GenerateRecommendationsRequest < Struct.new(
  :discovery_job_arn,
  :resource_ids,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idsArray<String>

Specifies the universally unique identifiers (UUIDs) of the resources in your storage system that you want recommendations on.

Returns:

  • (Array<String>)


3165
3166
3167
3168
3169
3170
3171
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3165

class GenerateRecommendationsRequest < Struct.new(
  :discovery_job_arn,
  :resource_ids,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Specifies the type of resource in your storage system that you want recommendations on.

Returns:

  • (String)


3165
3166
3167
3168
3169
3170
3171
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3165

class GenerateRecommendationsRequest < Struct.new(
  :discovery_job_arn,
  :resource_ids,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end