Class: Aws::Types::S3Config

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:



7235
7236
7237
# File 'sig/types.rbs', line 7235

def bucket_name
  @bucket_name
end

#bucket_prefix::String

Returns the value of attribute bucket_prefix.

Returns:



7236
7237
7238
# File 'sig/types.rbs', line 7236

def bucket_prefix
  @bucket_prefix
end

#encryption_configTypes::EncryptionConfig

Returns the value of attribute encryption_config.

Returns:



7237
7238
7239
# File 'sig/types.rbs', line 7237

def encryption_config
  @encryption_config
end