Class: Aws::VPCLattice::Types::ListResourceEndpointAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListResourceEndpointAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ResourceEndpointAssociationSummary>
Information about the VPC endpoint associations.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::ResourceEndpointAssociationSummary>
Information about the VPC endpoint associations.
3030 3031 3032 3033 3034 3035 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3030 class ListResourceEndpointAssociationsResponse < 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.
3030 3031 3032 3033 3034 3035 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3030 class ListResourceEndpointAssociationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |