Class: Aws::VPCLattice::Types::ListServiceNetworkVpcAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListServiceNetworkVpcAssociationsRequest
- 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 number of results to return.
-
#next_token ⇒ String
A pagination token for the next page of results.
-
#service_network_identifier ⇒ String
The ID or ARN of the service network.
-
#vpc_identifier ⇒ String
The ID or ARN of the VPC.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
3633 3634 3635 3636 3637 3638 3639 3640 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3633 class ListServiceNetworkVpcAssociationsRequest < Struct.new( :service_network_identifier, :vpc_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
3633 3634 3635 3636 3637 3638 3639 3640 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3633 class ListServiceNetworkVpcAssociationsRequest < Struct.new( :service_network_identifier, :vpc_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_network_identifier ⇒ String
The ID or ARN of the service network.
3633 3634 3635 3636 3637 3638 3639 3640 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3633 class ListServiceNetworkVpcAssociationsRequest < Struct.new( :service_network_identifier, :vpc_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_identifier ⇒ String
The ID or ARN of the VPC.
3633 3634 3635 3636 3637 3638 3639 3640 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3633 class ListServiceNetworkVpcAssociationsRequest < Struct.new( :service_network_identifier, :vpc_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |