ReportGroupExportConfig class
Constructors
-
ReportGroupExportConfig({Input<
ReportGroupExportConfigS3Destination?> ? s3Destination, required Input<String> type}) -
Creates a new ReportGroupExportConfig.
s3Destinationcontains information about the S3 bucket where the run of a report is exported. see S3 Destination documented below.typeThe export configuration type. Valid values areS3andNO_EXPORT.const -
ReportGroupExportConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3Destination
→ Input<
ReportGroupExportConfigS3Destination?> ? -
contains information about the S3 bucket where the run of a report is exported. see S3 Destination documented below.
final
-
type
→ Input<
String> -
The export configuration type. Valid values are
S3andNO_EXPORT.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited