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)


361
362
363
# File 'sig/types.rbs', line 361

def bucket_name
  @bucket_name
end

#bucket_prefix::String

Returns the value of attribute bucket_prefix.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def bucket_prefix
  @bucket_prefix
end

#log_delivery_status"ENABLED", "DISABLED"

Returns the value of attribute log_delivery_status.

Returns:

  • ("ENABLED", "DISABLED")


363
364
365
# File 'sig/types.rbs', line 363

def log_delivery_status
  @log_delivery_status
end