Class: Aws::Connect::Types::S3Config
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::S3Config
- Defined in:
- gems/aws-sdk-connect/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.
19301 19302 19303 19304 19305 19306 19307 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19301 class S3Config < Struct.new( :bucket_name, :bucket_prefix, :encryption_config) SENSITIVE = [] include Aws::Structure end |
#bucket_prefix ⇒ String
The S3 bucket prefix.
19301 19302 19303 19304 19305 19306 19307 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19301 class S3Config < Struct.new( :bucket_name, :bucket_prefix, :encryption_config) SENSITIVE = [] include Aws::Structure end |
#encryption_config ⇒ Types::EncryptionConfig
The Amazon S3 encryption configuration.
19301 19302 19303 19304 19305 19306 19307 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19301 class S3Config < Struct.new( :bucket_name, :bucket_prefix, :encryption_config) SENSITIVE = [] include Aws::Structure end |