ListAliasesResponse

public struct ListAliasesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The entity’s paginated aliases.

    Declaration

    Swift

    public let aliases: [String]?
  • The token to use to retrieve the next page of results. The value is “null” when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(aliases: [String]? = nil, nextToken: String? = nil)