Class: Aws::ARCRegionswitch::Types::S3ReportOutput

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

Instance Attribute Details

#s3_object_keyString

The S3 object key where the generated report is stored.

Returns:

  • (String)


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