Class: Aws::DataSync::Types::GenerateRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::GenerateRecommendationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#discovery_job_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
-
#resource_ids ⇒ Array<String>
Specifies the universally unique identifiers (UUIDs) of the resources in your storage system that you want recommendations on.
-
#resource_type ⇒ String
Specifies the type of resource in your storage system that you want recommendations on.
Instance Attribute Details
#discovery_job_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
3354 3355 3356 3357 3358 3359 3360 |
# File 'lib/aws-sdk-datasync/types.rb', line 3354 class GenerateRecommendationsRequest < Struct.new( :discovery_job_arn, :resource_ids, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<String>
Specifies the universally unique identifiers (UUIDs) of the resources in your storage system that you want recommendations on.
3354 3355 3356 3357 3358 3359 3360 |
# File 'lib/aws-sdk-datasync/types.rb', line 3354 class GenerateRecommendationsRequest < Struct.new( :discovery_job_arn, :resource_ids, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Specifies the type of resource in your storage system that you want recommendations on.
3354 3355 3356 3357 3358 3359 3360 |
# File 'lib/aws-sdk-datasync/types.rb', line 3354 class GenerateRecommendationsRequest < Struct.new( :discovery_job_arn, :resource_ids, :resource_type) SENSITIVE = [] include Aws::Structure end |