Class: Aws::Types::ReportDeliveryChannel
- Inherits:
-
Object
- Object
- Aws::Types::ReportDeliveryChannel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#formats ⇒ ::Array[::String]
Returns the value of attribute formats.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
Instance Attribute Details
#formats ⇒ ::Array[::String]
Returns the value of attribute formats.
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.
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.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def s3_key_prefix @s3_key_prefix end |