Class: Aws::MigrationHubStrategyRecommendations::Types::StartAssessmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::StartAssessmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_data_source_type ⇒ String
The data source type of an assessment to be started.
-
#assessment_targets ⇒ Array<Types::AssessmentTarget>
List of criteria for assessment.
-
#s3bucket_for_analysis_data ⇒ String
The S3 bucket used by the collectors to send analysis data to the service.
-
#s3bucket_for_report_data ⇒ String
The S3 bucket where all the reports generated by the service are stored.
Instance Attribute Details
#assessment_data_source_type ⇒ String
The data source type of an assessment to be started.
2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2153 class StartAssessmentRequest < Struct.new( :assessment_data_source_type, :assessment_targets, :s3bucket_for_analysis_data, :s3bucket_for_report_data) SENSITIVE = [] include Aws::Structure end |
#assessment_targets ⇒ Array<Types::AssessmentTarget>
List of criteria for assessment.
2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2153 class StartAssessmentRequest < Struct.new( :assessment_data_source_type, :assessment_targets, :s3bucket_for_analysis_data, :s3bucket_for_report_data) SENSITIVE = [] include Aws::Structure end |
#s3bucket_for_analysis_data ⇒ String
The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with ‘migrationhub-strategy-`.
2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2153 class StartAssessmentRequest < Struct.new( :assessment_data_source_type, :assessment_targets, :s3bucket_for_analysis_data, :s3bucket_for_report_data) SENSITIVE = [] include Aws::Structure end |
#s3bucket_for_report_data ⇒ String
The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with ‘migrationhub-strategy-`.
2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2153 class StartAssessmentRequest < Struct.new( :assessment_data_source_type, :assessment_targets, :s3bucket_for_analysis_data, :s3bucket_for_report_data) SENSITIVE = [] include Aws::Structure end |