Alias
public struct Alias : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The canonical name of the alias.
Declaration
Swift
public let name: String? -
A list of names for the alias, including the canonical name.
Declaration
Swift
public let names: [String]? -
The type of the alias.
Declaration
Swift
public let type: String? -
Undocumented
Declaration
Swift
public init(name: String? = nil, names: [String]? = nil, type: String? = nil)
View on GitHub
Alias Structure Reference