class Aws::MediaConvert::Types::DescribeEndpointsRequest

Send an request with an empty body to the regional API endpoint to get your account API endpoint.

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

data as a hash:

    {
      max_results: 1,
      mode: "DEFAULT", # accepts DEFAULT, GET_ONLY
      next_token: "__string",
    }

@!attribute [rw] max_results

Optional. Max number of endpoints, up to twenty, that will be
returned at one time.
@return [Integer]

@!attribute [rw] mode

Optional field, defaults to DEFAULT. Specify DEFAULT for this
operation to return your endpoints if any exist, or to create an
endpoint for you and return it if one doesn't already exist.
Specify GET\_ONLY to return your endpoints if any exist, or an empty
list if none exist.
@return [String]

@!attribute [rw] next_token

Use this string, provided with the response to a previous request,
to request the next batch of endpoints.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DescribeEndpointsRequest AWS API Documentation

Constants

SENSITIVE