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.
2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2188 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.
2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2188 class ListServiceNetworkServiceAssociationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |