DescribeAliasInput
public struct DescribeAliasInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for the fleet alias that you want to retrieve. You can use either the alias ID or ARN value.
Declaration
Swift
public let aliasId: String
-
Undocumented
Declaration
Swift
public init(aliasId: String)
-
Declaration
Swift
public func validate(name: String) throws