DescribePublishingDestinationResponse class
Constructors
- DescribePublishingDestinationResponse({required String destinationId, required DestinationProperties destinationProperties, required DestinationType destinationType, required int publishingFailureStartTimestamp, required PublishingStatus status})
-
DescribePublishingDestinationResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- destinationId → String
-
The ID of the publishing destination.
final
- destinationProperties → DestinationProperties
-
A
DestinationProperties
object that includes theDestinationArn
andKmsKeyArn
of the publishing destination.final - destinationType → DestinationType
-
The type of publishing destination. Currently, only Amazon S3 buckets are
supported.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- publishingFailureStartTimestamp → int
-
The time, in epoch millisecond format, at which GuardDuty was first unable
to publish findings to the destination.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → PublishingStatus
-
The status of the publishing destination.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited