Class: Aws::AppRunner::Types::ListVpcIngressConnectionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

Returns:

  • (String)


2151
2152
2153
2154
2155
2156
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2151

class ListVpcIngressConnectionsResponse < Struct.new(
  :vpc_ingress_connection_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_ingress_connection_summary_listArray<Types::VpcIngressConnectionSummary>

A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to MaxResults records for each call.



2151
2152
2153
2154
2155
2156
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2151

class ListVpcIngressConnectionsResponse < Struct.new(
  :vpc_ingress_connection_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end