DeleteAliasRequest
public struct DeleteAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The alias to be deleted. The alias name must begin with alias/ followed by the alias name, such as alias/ExampleAlias.
Declaration
Swift
public let aliasName: String
-
Undocumented
Declaration
Swift
public init(aliasName: String)
-
Declaration
Swift
public func validate(name: String) throws