GetConfigurationSetEventDestinationsResponse
public struct GetConfigurationSetEventDestinationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array that includes all of the events destinations that have been configured for the configuration set.
Declaration
Swift
public let eventDestinations: [EventDestination]?
-
Undocumented
Declaration
Swift
public init(eventDestinations: [EventDestination]? = nil)