Class: Aws::Resiliencehubv2::Types::ReportGenerationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ReportGenerationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Result of a report generation attempt.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
Present for FAILURE_MODE reports.
-
#created_at ⇒ Time
The timestamp when the report was created.
-
#report_output ⇒ Types::ReportOutput
Present when status is SUCCEEDED or FAILED.
-
#report_type ⇒ String
The type of the generated report.
-
#service_arn ⇒ String
The service this report was generated for.
-
#status ⇒ String
The status of the report generation.
Instance Attribute Details
#assessment_id ⇒ String
Present for FAILURE_MODE reports.
2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2802 class ReportGenerationResult < Struct.new( :report_type, :status, :service_arn, :assessment_id, :created_at, :report_output) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the report was created.
2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2802 class ReportGenerationResult < Struct.new( :report_type, :status, :service_arn, :assessment_id, :created_at, :report_output) SENSITIVE = [] include Aws::Structure end |
#report_output ⇒ Types::ReportOutput
Present when status is SUCCEEDED or FAILED.
2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2802 class ReportGenerationResult < Struct.new( :report_type, :status, :service_arn, :assessment_id, :created_at, :report_output) SENSITIVE = [] include Aws::Structure end |
#report_type ⇒ String
The type of the generated report.
2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2802 class ReportGenerationResult < Struct.new( :report_type, :status, :service_arn, :assessment_id, :created_at, :report_output) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The service this report was generated for.
2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2802 class ReportGenerationResult < Struct.new( :report_type, :status, :service_arn, :assessment_id, :created_at, :report_output) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the report generation.
2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2802 class ReportGenerationResult < Struct.new( :report_type, :status, :service_arn, :assessment_id, :created_at, :report_output) SENSITIVE = [] include Aws::Structure end |