You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pricing::Types::DescribeServicesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeServicesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#format_versionString

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

Valid values are: aws_v1

Returns:

  • (String)

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

#max_resultsInteger

The maximum number of results that you want returned in the response.

Returns:

  • (Integer)

    The maximum number of results that you want returned in the response.

#next_tokenString

The pagination token that indicates the next set of results that you want to retrieve.

Returns:

  • (String)

    The pagination token that indicates the next set of results that you want to retrieve.

#service_codeString

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.

Returns:

  • (String)

    The code for the service whose information you want to retrieve, such as AmazonEC2.