Class: Aws::ApiGatewayV2::Types::GetApiMappingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetApiMappingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#domain_name ⇒ String
3232 3233 3234 3235 3236 3237 3238 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3232 class GetApiMappingsRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ String
3232 3233 3234 3235 3236 3237 3238 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3232 class GetApiMappingsRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3232 3233 3234 3235 3236 3237 3238 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3232 class GetApiMappingsRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |