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)


3269
3270
3271
3272
3273
3274
3275
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3269

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

#next_tokenString

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

Returns:

  • (String)


3269
3270
3271
3272
3273
3274
3275
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3269

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

#service_network_identifierString

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

Returns:

  • (String)


3269
3270
3271
3272
3273
3274
3275
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3269

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