Class: Aws::Resiliencehubv2::Types::S3ReportOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::S3ReportOutputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
S3 configuration for report output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_owner ⇒ String
Account ID of the bucket owner for cross-account access verification.
-
#bucket_path ⇒ String
S3 bucket path where reports will be written (e.g., my-bucket/ngrh-reports/).
Instance Attribute Details
#bucket_owner ⇒ String
Account ID of the bucket owner for cross-account access verification.
2981 2982 2983 2984 2985 2986 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2981 class S3ReportOutputConfiguration < Struct.new( :bucket_path, :bucket_owner) SENSITIVE = [] include Aws::Structure end |
#bucket_path ⇒ String
S3 bucket path where reports will be written (e.g., my-bucket/ngrh-reports/).
2981 2982 2983 2984 2985 2986 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2981 class S3ReportOutputConfiguration < Struct.new( :bucket_path, :bucket_owner) SENSITIVE = [] include Aws::Structure end |