OutputSource
public struct OutputSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the output source, for example the URL of an S3 bucket.
Declaration
Swift
public let outputSourceId: String?
-
The type of source where the association execution details are stored, for example, Amazon S3.
Declaration
Swift
public let outputSourceType: String?
-
Undocumented
Declaration
Swift
public init(outputSourceId: String? = nil, outputSourceType: String? = nil)