Class: Aws::ApiGatewayV2::Types::GetIntegrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetIntegrationsResponse
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Integration>
-
#next_token ⇒ String
The next page of elements from this collection.
Instance Attribute Details
#items ⇒ Array<Types::Integration>
3983 3984 3985 3986 3987 3988 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3983 class GetIntegrationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next page of elements from this collection. Not valid for the last element of the collection.
3983 3984 3985 3986 3987 3988 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3983 class GetIntegrationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |