class Aws::ACMPCA::Types::ListCertificateAuthoritiesRequest

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      resource_owner: "SELF", # accepts SELF, OTHER_ACCOUNTS
    }

@!attribute [rw] next_token

Use this parameter when paginating results in a subsequent request
after you receive a response with truncated results. Set it to the
value of the `NextToken` parameter from the response you just
received.
@return [String]

@!attribute [rw] max_results

Use this parameter when paginating results to specify the maximum
number of items to return in the response on each page. If
additional items exist beyond the number you specify, the
`NextToken` element is sent in the response. Use this `NextToken`
value in a subsequent request to retrieve additional items.
@return [Integer]

@!attribute [rw] resource_owner

Use this parameter to filter the returned set of certificate
authorities based on their owner. The default is SELF.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/ListCertificateAuthoritiesRequest AWS API Documentation

Constants

SENSITIVE