Class: Aws::Resiliencehubv2::Types::S3ReportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::S3ReportOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
S3 location where report was written.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_object_key ⇒ String
The S3 object key for the generated report.
Instance Attribute Details
#s3_object_key ⇒ String
The S3 object key for the generated report.
3016 3017 3018 3019 3020 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3016 class S3ReportOutput < Struct.new( :s3_object_key) SENSITIVE = [] include Aws::Structure end |