Class: Aws::Types::S3LogDeliveryDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket ⇒ ::String

Returns the value of attribute bucket.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def bucket
  @bucket
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


540
541
542
# File 'sig/types.rbs', line 540

def enabled
  @enabled
end

#prefix ⇒ ::String

Returns the value of attribute prefix.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def prefix
  @prefix
end