Class: Aws::FIS::Types::ExperimentReportS3Report

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fis/types.rb

Overview

Describes the S3 destination for the report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the generated report.

Returns:

  • (String)


918
919
920
921
922
923
# File 'lib/aws-sdk-fis/types.rb', line 918

class ExperimentReportS3Report < Struct.new(
  :arn,
  :report_type)
  SENSITIVE = []
  include Aws::Structure
end

#report_typeString

The report type for the experiment report.

Returns:

  • (String)


918
919
920
921
922
923
# File 'lib/aws-sdk-fis/types.rb', line 918

class ExperimentReportS3Report < Struct.new(
  :arn,
  :report_type)
  SENSITIVE = []
  include Aws::Structure
end