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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#format_versionString

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

Returns:

  • (String)


89
90
91
92
93
94
95
# File 'lib/aws-sdk-pricing/types.rb', line 89

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

#next_tokenString

The pagination token for the next set of retrievable results.

Returns:

  • (String)


89
90
91
92
93
94
95
# File 'lib/aws-sdk-pricing/types.rb', line 89

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

#servicesArray<Types::Service>

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

Returns:



89
90
91
92
93
94
95
# File 'lib/aws-sdk-pricing/types.rb', line 89

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