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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


66
67
68
69
70
71
72
73
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 66

class DescribeServicesRequest < Struct.new(
  :service_code,
  :format_version,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


66
67
68
69
70
71
72
73
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 66

class DescribeServicesRequest < Struct.new(
  :service_code,
  :format_version,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


66
67
68
69
70
71
72
73
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 66

class DescribeServicesRequest < Struct.new(
  :service_code,
  :format_version,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#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)


66
67
68
69
70
71
72
73
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 66

class DescribeServicesRequest < Struct.new(
  :service_code,
  :format_version,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end