Class: Aws::ApiGatewayV2::Types::GetApiMappingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetApiMappingsRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Note:
When making an API call, you may pass GetApiMappingsRequest data as a hash:
{
domain_name: "__string", # required
max_results: "__string",
next_token: "__string",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#domain_name ⇒ String
3684 3685 3686 3687 3688 3689 3690 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3684 class GetApiMappingsRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ String
3684 3685 3686 3687 3688 3689 3690 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3684 class GetApiMappingsRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3684 3685 3686 3687 3688 3689 3690 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3684 class GetApiMappingsRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |