DescribeConnectionAliasesRequest

public struct DescribeConnectionAliasesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifiers of the connection aliases to describe.

    Declaration

    Swift

    public let aliasIds: [String]?
  • The maximum number of connection aliases to return.

    Declaration

    Swift

    public let limit: Int?
  • If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • The identifier of the directory associated with the connection alias.

    Declaration

    Swift

    public let resourceId: String?
  • Undocumented

    Declaration

    Swift

    public init(aliasIds: [String]? = nil, limit: Int? = nil, nextToken: String? = nil, resourceId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws