Class: Aws::Pricing::Types::DescribeServicesResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#format_versionString

The format version of the response. For example, ‘aws_v1`.

Returns:

  • (String)


82
83
84
85
86
87
# File 'lib/aws-sdk-pricing/types.rb', line 82

class DescribeServicesResponse < Struct.new(
  :services,
  :format_version,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The pagination token for the next set of retreivable results.

Returns:

  • (String)


82
83
84
85
86
87
# File 'lib/aws-sdk-pricing/types.rb', line 82

class DescribeServicesResponse < Struct.new(
  :services,
  :format_version,
  :next_token)
  include Aws::Structure
end

#servicesArray<Types::Service>

The service metadata for the service or services in the response.

Returns:



82
83
84
85
86
87
# File 'lib/aws-sdk-pricing/types.rb', line 82

class DescribeServicesResponse < Struct.new(
  :services,
  :format_version,
  :next_token)
  include Aws::Structure
end