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.
3227 3228 3229 3230 3231 3232 3233 3234 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3227 class ListServiceNetworkVpcAssociationsRequest < Struct.new( :max_results, :next_token, :service_network_identifier, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
3227 3228 3229 3230 3231 3232 3233 3234 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3227 class ListServiceNetworkVpcAssociationsRequest < Struct.new( :max_results, :next_token, :service_network_identifier, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |
#service_network_identifier ⇒ String
The ID or ARN of the service network.
3227 3228 3229 3230 3231 3232 3233 3234 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3227 class ListServiceNetworkVpcAssociationsRequest < Struct.new( :max_results, :next_token, :service_network_identifier, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |
#vpc_identifier ⇒ String
The ID or ARN of the VPC.
3227 3228 3229 3230 3231 3232 3233 3234 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3227 class ListServiceNetworkVpcAssociationsRequest < Struct.new( :max_results, :next_token, :service_network_identifier, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |