Class: Aws::ARCRegionswitch::Types::S3ReportOutputConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

Configuration for delivering generated reports to an Amazon S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_ownerString

The Amazon Web Services account ID that owns the S3 bucket. Required to ensure the bucket is still owned by the same expected owner at generation time.

Returns:

  • (String)


2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2105

class S3ReportOutputConfiguration < Struct.new(
  :bucket_path,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_pathString

The S3 bucket name and optional prefix where reports are stored. Format: bucket-name or bucket-name/prefix.

Returns:

  • (String)


2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2105

class S3ReportOutputConfiguration < Struct.new(
  :bucket_path,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end