Class: Aws::ApiGatewayV2::Types::ListPortalsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ListPortalsResponse
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#items ⇒ Array<Types::PortalSummary>
6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6811 class ListPortalsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6811 class ListPortalsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |