Class: Aws::Types::ReportExportConfig
- Inherits:
-
Object
- Object
- Aws::Types::ReportExportConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_config_type ⇒ "S3", "NO_EXPORT"
Returns the value of attribute export_config_type.
-
#s3_destination ⇒ Types::S3ReportExportConfig
Returns the value of attribute s3_destination.
Instance Attribute Details
#export_config_type ⇒ "S3", "NO_EXPORT"
Returns the value of attribute export_config_type.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def export_config_type @export_config_type end |
#s3_destination ⇒ Types::S3ReportExportConfig
Returns the value of attribute s3_destination.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def s3_destination @s3_destination end |