Class: Aws::ApiGatewayV2::Types::GetApisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetApisRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Note:
When making an API call, you may pass GetApisRequest data as a hash:
{
max_results: "__string",
next_token: "__string",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ String
3830 3831 3832 3833 3834 3835 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3830 class GetApisRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3830 3831 3832 3833 3834 3835 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3830 class GetApisRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |