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)


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

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

#bucket_prefixString

The S3 bucket prefix.

Returns:

  • (String)


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

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

#encryption_configTypes::EncryptionConfig

The Amazon S3 encryption configuration.



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

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