Class: Aws::MigrationHubStrategyRecommendations::Types::RecommendationReportDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::RecommendationReportDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Contains detailed information about a recommendation report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
The time that the recommendation report generation task completes.
-
#s3_bucket ⇒ String
The S3 bucket where the report file is located.
-
#s3_keys ⇒ Array<String>
The Amazon S3 key name of the report file.
-
#start_time ⇒ Time
The time that the recommendation report generation task starts.
-
#status ⇒ String
The status of the recommendation report generation task.
-
#status_message ⇒ String
The status message for recommendation report generation.
Instance Attribute Details
#completion_time ⇒ Time
The time that the recommendation report generation task completes.
1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1758 class RecommendationReportDetails < Struct.new( :completion_time, :s3_bucket, :s3_keys, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#s3_bucket ⇒ String
The S3 bucket where the report file is located.
1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1758 class RecommendationReportDetails < Struct.new( :completion_time, :s3_bucket, :s3_keys, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#s3_keys ⇒ Array<String>
The Amazon S3 key name of the report file.
1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1758 class RecommendationReportDetails < Struct.new( :completion_time, :s3_bucket, :s3_keys, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time that the recommendation report generation task starts.
1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1758 class RecommendationReportDetails < Struct.new( :completion_time, :s3_bucket, :s3_keys, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the recommendation report generation task.
1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1758 class RecommendationReportDetails < Struct.new( :completion_time, :s3_bucket, :s3_keys, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for recommendation report generation.
1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1758 class RecommendationReportDetails < Struct.new( :completion_time, :s3_bucket, :s3_keys, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |