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:

  • (::String)


7144
7145
7146
# File 'sig/types.rbs', line 7144

def bucket_name
  @bucket_name
end

#bucket_prefix::String

Returns the value of attribute bucket_prefix.

Returns:

  • (::String)


7145
7146
7147
# File 'sig/types.rbs', line 7145

def bucket_prefix
  @bucket_prefix
end

#encryption_configTypes::EncryptionConfig

Returns the value of attribute encryption_config.



7146
7147
7148
# File 'sig/types.rbs', line 7146

def encryption_config
  @encryption_config
end