Class: Aws::Resiliencehubv2::Types::ReportGenerationResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#assessment_idString

Present for FAILURE_MODE reports.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3419

class ReportGenerationResult < Struct.new(
  :report_type,
  :status,
  :service_arn,
  :assessment_id,
  :test_run_id,
  :test_template_arn,
  :created_at,
  :report_output)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the report was created.

Returns:

  • (Time)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3419

class ReportGenerationResult < Struct.new(
  :report_type,
  :status,
  :service_arn,
  :assessment_id,
  :test_run_id,
  :test_template_arn,
  :created_at,
  :report_output)
  SENSITIVE = []
  include Aws::Structure
end

#report_outputTypes::ReportOutput

Present when status is SUCCEEDED or FAILED.

Returns:



3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3419

class ReportGenerationResult < Struct.new(
  :report_type,
  :status,
  :service_arn,
  :assessment_id,
  :test_run_id,
  :test_template_arn,
  :created_at,
  :report_output)
  SENSITIVE = []
  include Aws::Structure
end

#report_typeString

The type of the generated report.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3419

class ReportGenerationResult < Struct.new(
  :report_type,
  :status,
  :service_arn,
  :assessment_id,
  :test_run_id,
  :test_template_arn,
  :created_at,
  :report_output)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The service this report was generated for.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3419

class ReportGenerationResult < Struct.new(
  :report_type,
  :status,
  :service_arn,
  :assessment_id,
  :test_run_id,
  :test_template_arn,
  :created_at,
  :report_output)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the report generation.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3419

class ReportGenerationResult < Struct.new(
  :report_type,
  :status,
  :service_arn,
  :assessment_id,
  :test_run_id,
  :test_template_arn,
  :created_at,
  :report_output)
  SENSITIVE = []
  include Aws::Structure
end

#test_run_idString

The unique identifier of a test run.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3419

class ReportGenerationResult < Struct.new(
  :report_type,
  :status,
  :service_arn,
  :assessment_id,
  :test_run_id,
  :test_template_arn,
  :created_at,
  :report_output)
  SENSITIVE = []
  include Aws::Structure
end

#test_template_arnString

An ARN owned by the service. Accepts either a standard 12-digit account ID or the literal "aws" for AWS-managed resources, such as AWS-managed test templates.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3419

class ReportGenerationResult < Struct.new(
  :report_type,
  :status,
  :service_arn,
  :assessment_id,
  :test_run_id,
  :test_template_arn,
  :created_at,
  :report_output)
  SENSITIVE = []
  include Aws::Structure
end