Class: Aws::Types::ReportDestination
- Inherits:
-
Object
- Object
- Aws::Types::ReportDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_keys ⇒ ::Array[::String]
Returns the value of attribute s3_keys.
Instance Attribute Details
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def s3_bucket_name @s3_bucket_name end |
#s3_keys ⇒ ::Array[::String]
Returns the value of attribute s3_keys.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def s3_keys @s3_keys end |