PolicyAttribute
public struct PolicyAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the attribute.
Declaration
Swift
public let attributeName: String?
-
The value of the attribute.
Declaration
Swift
public let attributeValue: String?
-
Undocumented
Declaration
Swift
public init(attributeName: String? = nil, attributeValue: String? = nil)