Class: Aws::VPCLattice::Types::ListServiceNetworkVpcEndpointAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListServiceNetworkVpcEndpointAssociationsRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
-
#service_network_identifier ⇒ String
The ID of the service network associated with the VPC endpoint.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
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_token ⇒ String
If there are additional results, a pagination token for the next page of results.
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_identifier ⇒ String
The ID of the service network associated with the VPC endpoint.
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 |