Class: Aws::Pricing::Types::DescribeServicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::DescribeServicesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format_version ⇒ String
The format version of the response.
-
#next_token ⇒ String
The pagination token for the next set of retrievable results.
-
#services ⇒ Array<Types::Service>
The service metadata for the service or services in the response.
Instance Attribute Details
#format_version ⇒ String
The format version of the response. For example, ‘aws_v1`.
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_token ⇒ String
The pagination token for the next set of retrievable results.
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 |
#services ⇒ Array<Types::Service>
The service metadata for the service or services in the response.
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 |