Class: Aws::MigrationHubStrategyRecommendations::Types::AntipatternReportResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::AntipatternReportResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
The anti-pattern report result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_name ⇒ Types::AnalyzerNameUnion
The analyzer name.
-
#anti_pattern_report_s3_object ⇒ Types::S3Object
Contains the S3 bucket name and the Amazon S3 key name.
-
#antipattern_report_status ⇒ String
The status of the anti-pattern report generation.
-
#antipattern_report_status_message ⇒ String
The status message for the anti-pattern.
Instance Attribute Details
#analyzer_name ⇒ Types::AnalyzerNameUnion
The analyzer name.
136 137 138 139 140 141 142 143 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 136 class AntipatternReportResult < Struct.new( :analyzer_name, :anti_pattern_report_s3_object, :antipattern_report_status, :antipattern_report_status_message) SENSITIVE = [] include Aws::Structure end |
#anti_pattern_report_s3_object ⇒ Types::S3Object
Contains the S3 bucket name and the Amazon S3 key name.
136 137 138 139 140 141 142 143 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 136 class AntipatternReportResult < Struct.new( :analyzer_name, :anti_pattern_report_s3_object, :antipattern_report_status, :antipattern_report_status_message) SENSITIVE = [] include Aws::Structure end |
#antipattern_report_status ⇒ String
The status of the anti-pattern report generation.
136 137 138 139 140 141 142 143 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 136 class AntipatternReportResult < Struct.new( :analyzer_name, :anti_pattern_report_s3_object, :antipattern_report_status, :antipattern_report_status_message) SENSITIVE = [] include Aws::Structure end |
#antipattern_report_status_message ⇒ String
The status message for the anti-pattern.
136 137 138 139 140 141 142 143 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 136 class AntipatternReportResult < Struct.new( :analyzer_name, :anti_pattern_report_s3_object, :antipattern_report_status, :antipattern_report_status_message) SENSITIVE = [] include Aws::Structure end |