Class: Aws::Types::S3LogConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:bucket, :key_prefix])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def bucket
  @bucket
end

#bucket_owner::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def bucket_owner
  @bucket_owner
end

#folder_structure"Flat", "NestedByDate"

Returns the value of attribute folder_structure.

Returns:

  • ("Flat", "NestedByDate")


1032
1033
1034
# File 'sig/types.rbs', line 1032

def folder_structure
  @folder_structure
end

#key_prefix::String

Returns the value of attribute key_prefix.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def key_prefix
  @key_prefix
end

#log_file_format"JSONLines", "Json"

Returns the value of attribute log_file_format.

Returns:

  • ("JSONLines", "Json")


1031
1032
1033
# File 'sig/types.rbs', line 1031

def log_file_format
  @log_file_format
end