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)


15627
15628
15629
15630
15631
15632
15633
# File 'lib/aws-sdk-connect/types.rb', line 15627

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

#bucket_prefixString

The S3 bucket prefix.

Returns:

  • (String)


15627
15628
15629
15630
15631
15632
15633
# File 'lib/aws-sdk-connect/types.rb', line 15627

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

#encryption_configTypes::EncryptionConfig

The Amazon S3 encryption configuration.



15627
15628
15629
15630
15631
15632
15633
# File 'lib/aws-sdk-connect/types.rb', line 15627

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