TargetSummary
public struct TargetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the SNS topic.
Declaration
Swift
public let targetAddress: String?
-
The status of the target.
Declaration
Swift
public let targetStatus: TargetStatus?
-
The type of the target (for example, SNS).
Declaration
Swift
public let targetType: String?
-
Undocumented
Declaration
Swift
public init(targetAddress: String? = nil, targetStatus: TargetStatus? = nil, targetType: String? = nil)