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)


29430
29431
29432
29433
29434
29435
29436
# File 'lib/aws-sdk-connect/types.rb', line 29430

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

#bucket_prefixString

The S3 bucket prefix.

Returns:

  • (String)


29430
29431
29432
29433
29434
29435
29436
# File 'lib/aws-sdk-connect/types.rb', line 29430

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

#encryption_configTypes::EncryptionConfig

The Amazon S3 encryption configuration.



29430
29431
29432
29433
29434
29435
29436
# File 'lib/aws-sdk-connect/types.rb', line 29430

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