Class: Aws::Types::BucketAccessLogConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def destination
  @destination
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


230
231
232
# File 'sig/types.rbs', line 230

def enabled
  @enabled
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def prefix
  @prefix
end