class Aws::WorkLink::Types::ListWebsiteAuthorizationProvidersRequest

@note When making an API call, you may pass ListWebsiteAuthorizationProvidersRequest

data as a hash:

    {
      fleet_arn: "FleetArn", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] fleet_arn

The ARN of the fleet.
@return [String]

@!attribute [rw] next_token

The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
@return [String]

@!attribute [rw] max_results

The maximum number of results to be included in the next page.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/worklink-2018-09-25/ListWebsiteAuthorizationProvidersRequest AWS API Documentation

Constants

SENSITIVE