Class: Aws::Connect::Types::S3Config
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::S3Config
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about the Amazon Simple Storage Service (Amazon S3) storage type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The S3 bucket name.
-
#bucket_prefix ⇒ String
The S3 bucket prefix.
-
#encryption_config ⇒ Types::EncryptionConfig
The Amazon S3 encryption configuration.
Instance Attribute Details
#bucket_name ⇒ String
The S3 bucket name.
17727 17728 17729 17730 17731 17732 17733 |
# File 'lib/aws-sdk-connect/types.rb', line 17727 class S3Config < Struct.new( :bucket_name, :bucket_prefix, :encryption_config) SENSITIVE = [] include Aws::Structure end |
#bucket_prefix ⇒ String
The S3 bucket prefix.
17727 17728 17729 17730 17731 17732 17733 |
# File 'lib/aws-sdk-connect/types.rb', line 17727 class S3Config < Struct.new( :bucket_name, :bucket_prefix, :encryption_config) SENSITIVE = [] include Aws::Structure end |
#encryption_config ⇒ Types::EncryptionConfig
The Amazon S3 encryption configuration.
17727 17728 17729 17730 17731 17732 17733 |
# File 'lib/aws-sdk-connect/types.rb', line 17727 class S3Config < Struct.new( :bucket_name, :bucket_prefix, :encryption_config) SENSITIVE = [] include Aws::Structure end |