Item
public struct Item : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let alternateNameEncoding: String?
-
A list of attributes.
Declaration
Swift
public let attributes: [Attribute]
-
The name of the item.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(alternateNameEncoding: String? = nil, attributes: [Attribute], name: String)