ListenerDescription
public struct ListenerDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The listener.
Declaration
Swift
public let listener: Listener?
-
The policies. If there are no policies enabled, the list is empty.
Declaration
Swift
public let policyNames: [String]?
-
Undocumented
Declaration
Swift
public init(listener: Listener? = nil, policyNames: [String]? = nil)