Class: Aws::Types::ReportDeliveryChannel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#formats::Array[::String]

Returns the value of attribute formats.

Returns:

  • (::Array[::String])


1840
1841
1842
# File 'sig/types.rbs', line 1840

def formats
  @formats
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


1838
1839
1840
# File 'sig/types.rbs', line 1838

def s3_bucket_name
  @s3_bucket_name
end

#s3_key_prefix::String

Returns the value of attribute s3_key_prefix.

Returns:

  • (::String)


1839
1840
1841
# File 'sig/types.rbs', line 1839

def s3_key_prefix
  @s3_key_prefix
end