Class: Aws::Types::AnalyticsS3BucketDestination

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)


83
84
85
# File 'sig/types.rbs', line 83

def bucket
  @bucket
end

#bucket_account_id::String

Returns the value of attribute bucket_account_id.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def 
  @bucket_account_id
end

#format"CSV"

Returns the value of attribute format.

Returns:

  • ("CSV")


81
82
83
# File 'sig/types.rbs', line 81

def format
  @format
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def prefix
  @prefix
end