Class: Aws::Types::S3Configuration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name ⇒ ::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def bucket_name
  @bucket_name
end

#encryption_option ⇒ "SSE_S3", "SSE_KMS"

Returns the value of attribute encryption_option.

Returns:

  • ("SSE_S3", "SSE_KMS")


397
398
399
# File 'sig/types.rbs', line 397

def encryption_option
  @encryption_option
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def kms_key_id
  @kms_key_id
end

#object_key_prefix ⇒ ::String

Returns the value of attribute object_key_prefix.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def object_key_prefix
  @object_key_prefix
end