Class: Aws::VPCLattice::Types::ListServiceNetworkVpcAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListServiceNetworkVpcAssociationsResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ServiceNetworkVpcAssociationSummary>
Information about the associations.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::ServiceNetworkVpcAssociationSummary>
Information about the associations.
2233 2234 2235 2236 2237 2238 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2233 class ListServiceNetworkVpcAssociationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
2233 2234 2235 2236 2237 2238 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2233 class ListServiceNetworkVpcAssociationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |