Class: Aws::VPCLattice::Types::ListServiceNetworkServiceAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListServiceNetworkServiceAssociationsResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ServiceNetworkServiceAssociationSummary>
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::ServiceNetworkServiceAssociationSummary>
Information about the associations.
3202 3203 3204 3205 3206 3207 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3202 class ListServiceNetworkServiceAssociationsResponse < 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.
3202 3203 3204 3205 3206 3207 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3202 class ListServiceNetworkServiceAssociationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |