Class: Aws::Types::S3LogDelivery

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)


532
533
534
# File 'sig/types.rbs', line 532

def bucket
  @bucket
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


533
534
535
# File 'sig/types.rbs', line 533

def enabled
  @enabled
end

#prefix ⇒ ::String

Returns the value of attribute prefix.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def prefix
  @prefix
end