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.
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_token ⇒ String
If there are additional results, a pagination token for the next page of results.
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_identifier ⇒ String
The ID of the service network associated with the VPC endpoint.
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 |