Class: Aws::Types::S3LogDestination

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)


570
571
572
# File 'sig/types.rbs', line 570

def bucket_name
  @bucket_name
end

#bucket_owner::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def bucket_owner
  @bucket_owner
end

#output_format"json", ...

Returns the value of attribute output_format.

Returns:

  • ("json", "plain", "w3c")


573
574
575
# File 'sig/types.rbs', line 573

def output_format
  @output_format
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def prefix
  @prefix
end