Class: Aws::S3::Types::PartitionedPrefix

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Amazon S3 keys for log objects are partitioned in the following format:

[DestinationPrefix][SourceAccountId]/[SourceRegion]/[SourceBucket]/[YYYY]/[MM]/[DD]/[YYYY]-[MM]-[DD]-[hh]-[mm]-[ss]-[UniqueString]

PartitionedPrefix defaults to EventTime delivery when server access logs are delivered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partition_date_sourceString

Specifies the partition date source for the partitioned prefix. PartitionDateSource can be EventTime or DeliveryTime.

Returns:

  • (String)


11940
11941
11942
11943
11944
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11940

class PartitionedPrefix < Struct.new(
  :partition_date_source)
  SENSITIVE = []
  include Aws::Structure
end