Attribute
public struct Attribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let alternateNameEncoding: String? -
Undocumented
Declaration
Swift
public let alternateValueEncoding: String? -
The name of the attribute.
Declaration
Swift
public let name: String -
The value of the attribute.
Declaration
Swift
public let value: String -
Undocumented
Declaration
Swift
public init(alternateNameEncoding: String? = nil, alternateValueEncoding: String? = nil, name: String, value: String)
View on GitHub
Attribute Structure Reference