PolicyAttributeDescription
public struct PolicyAttributeDescription : 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)
View on GitHub
PolicyAttributeDescription Structure Reference