DescribeConnectionAliasPermissionsRequest

public struct DescribeConnectionAliasPermissionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the connection alias.

    Declaration

    Swift

    public let aliasId: String
  • The maximum number of results to return.

    Declaration

    Swift

    public let maxResults: 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?
  • Undocumented

    Declaration

    Swift

    public init(aliasId: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws