ListEventBusesRequest

public struct ListEventBusesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

    Declaration

    Swift

    public let limit: Int?
  • Specifying this limits the results to only those event buses with names that start with the specified prefix.

    Declaration

    Swift

    public let namePrefix: String?
  • The token returned by a previous call to retrieve the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(limit: Int? = nil, namePrefix: String? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws