Class: Aws::RedshiftServerless::Types::ListEndpointAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListEndpointAccessResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Types::EndpointAccess>
The returned VPC endpoints.
-
#next_token ⇒ String
When
nextToken
is returned, there are more results available.
Instance Attribute Details
#endpoints ⇒ Array<Types::EndpointAccess>
The returned VPC endpoints.
1543 1544 1545 1546 1547 1548 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1543 class ListEndpointAccessResponse < Struct.new( :endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When nextToken
is returned, there are more results available. The
value of nextToken
is a unique pagination token for each page.
Make the call again using the returned token to retrieve the next
page.
1543 1544 1545 1546 1547 1548 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1543 class ListEndpointAccessResponse < Struct.new( :endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |