Class: Aws::VPCLattice::Types::ListServiceNetworkVpcEndpointAssociationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ServiceNetworkEndpointAssociation>

Information about the association between the VPC endpoint and service network.



3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3289

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

#next_tokenString

If there are additional results, a pagination token for the next page of results.

Returns:

  • (String)


3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3289

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