Class: Aws::Connect::Types::S3Config

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

Instance Attribute Details

#bucket_nameString

The S3 bucket name.

Returns:

  • (String)


27934
27935
27936
27937
27938
27939
27940
# File 'lib/aws-sdk-connect/types.rb', line 27934

class S3Config < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :encryption_config)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_prefixString

The S3 bucket prefix.

Returns:

  • (String)


27934
27935
27936
27937
27938
27939
27940
# File 'lib/aws-sdk-connect/types.rb', line 27934

class S3Config < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :encryption_config)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configTypes::EncryptionConfig

The Amazon S3 encryption configuration.



27934
27935
27936
27937
27938
27939
27940
# File 'lib/aws-sdk-connect/types.rb', line 27934

class S3Config < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :encryption_config)
  SENSITIVE = []
  include Aws::Structure
end