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

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

Instance Attribute Details

#bucket_nameString

The S3 bucket name.

Returns:

  • (String)


16046
16047
16048
16049
16050
16051
16052
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16046

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

#bucket_prefixString

The S3 bucket prefix.

Returns:

  • (String)


16046
16047
16048
16049
16050
16051
16052
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16046

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

#encryption_configTypes::EncryptionConfig

The Amazon S3 encryption configuration.



16046
16047
16048
16049
16050
16051
16052
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16046

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