Class: Aws::ChimeSDKMediaPipelines::Types::S3BucketSinkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::S3BucketSinkConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The configuration settings for the S3 bucket.
Constant Summary collapse
- SENSITIVE =
[:destination]
Instance Attribute Summary collapse
-
#destination ⇒ String
The destination URL of the S3 bucket.
Instance Attribute Details
#destination ⇒ String
The destination URL of the S3 bucket.
2837 2838 2839 2840 2841 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2837 class S3BucketSinkConfiguration < Struct.new( :destination) SENSITIVE = [:destination] include Aws::Structure end |