Class: Aws::ARCRegionswitch::Types::S3ReportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::S3ReportOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
Information about a report delivered to Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_object_key ⇒ String
The S3 object key where the generated report is stored.
Instance Attribute Details
#s3_object_key ⇒ String
The S3 object key where the generated report is stored.
2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2251 class S3ReportOutput < Struct.new( :s3_object_key) SENSITIVE = [] include Aws::Structure end |