Class: Aws::Types::S3LogDestinationParameters

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)


578
579
580
# File 'sig/types.rbs', line 578

def bucket_name
  @bucket_name
end

#bucket_owner::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def bucket_owner
  @bucket_owner
end

#output_format"json", ...

Returns the value of attribute output_format.

Returns:

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


580
581
582
# File 'sig/types.rbs', line 580

def output_format
  @output_format
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def prefix
  @prefix
end