Class: Aws::Resiliencehubv2::Types::S3ReportOutput

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

Instance Attribute Details

#s3_object_keyString

The S3 object key for the generated report.

Returns:

  • (String)


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