class Aws::WorkLink::Types::ListWebsiteCertificateAuthoritiesRequest

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

data as a hash:

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

@!attribute [rw] fleet_arn

The ARN of the fleet.
@return [String]

@!attribute [rw] max_results

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

@!attribute [rw] next_token

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

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

Constants

SENSITIVE