DescribePublishingDestinationResponse
public struct DescribePublishingDestinationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the publishing destination.
Declaration
Swift
public let destinationId: String -
A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.
Declaration
Swift
public let destinationProperties: DestinationProperties -
The type of publishing destination. Currently, only Amazon S3 buckets are supported.
Declaration
Swift
public let destinationType: DestinationType -
The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.
Declaration
Swift
public let publishingFailureStartTimestamp: Int64 -
The status of the publishing destination.
Declaration
Swift
public let status: PublishingStatus -
Undocumented
Declaration
Swift
public init(destinationId: String, destinationProperties: DestinationProperties, destinationType: DestinationType, publishingFailureStartTimestamp: Int64, status: PublishingStatus)
View on GitHub
DescribePublishingDestinationResponse Structure Reference