Class: Aws::VPCLattice::Types::ListServiceNetworkVpcEndpointAssociationsRequest

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

#max_resultsInteger

The maximum page size.

Returns:

  • (Integer)


3675
3676
3677
3678
3679
3680
3681
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3675

class ListServiceNetworkVpcEndpointAssociationsRequest < Struct.new(
  :service_network_identifier,
  :max_results,
  :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)


3675
3676
3677
3678
3679
3680
3681
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3675

class ListServiceNetworkVpcEndpointAssociationsRequest < Struct.new(
  :service_network_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_identifierString

The ID of the service network associated with the VPC endpoint.

Returns:

  • (String)


3675
3676
3677
3678
3679
3680
3681
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3675

class ListServiceNetworkVpcEndpointAssociationsRequest < Struct.new(
  :service_network_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end