Class: Aws::FIS::Types::ExperimentReportS3Report
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentReportS3Report
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the generated report.
-
#report_type ⇒ String
The report type for the experiment report.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the generated report.
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_type ⇒ String
The report type for the experiment report.
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 |