class Aws::Pricing::Types::DescribeServicesRequest

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

data as a hash:

    {
      service_code: "String",
      format_version: "String",
      next_token: "String",
      max_results: 1,
    }

@!attribute [rw] service_code

The code for the service whose information you want to retrieve,
such as `AmazonEC2`. You can use the `ServiceCode` to filter the
results in a `GetProducts` call. To retrieve a list of all services,
leave this blank.
@return [String]

@!attribute [rw] format_version

The format version that you want the response to be in.

Valid values are: `aws_v1`
@return [String]

@!attribute [rw] next_token

The pagination token that indicates the next set of results that you
want to retrieve.
@return [String]

@!attribute [rw] max_results

The maximum number of results that you want returned in the
response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/DescribeServicesRequest AWS API Documentation

Constants

SENSITIVE