Class: Aws::RedshiftServerless::Types::ListEndpointAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListEndpointAccessRequest
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return.
-
#next_token ⇒ String
If your initial
ListEndpointAccessoperation returns anextToken, you can include the returnednextTokenin followingListEndpointAccessoperations, which returns results in the next page. -
#owner_account ⇒ String
The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
-
#vpc_id ⇒ String
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
-
#workgroup_name ⇒ String
The name of the workgroup associated with the VPC endpoint to return.
Instance Attribute Details
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results
to return. You can use nextToken to display the next page of
results.
1723 1724 1725 1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1723 class ListEndpointAccessRequest < Struct.new( :max_results, :next_token, :owner_account, :vpc_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If your initial ListEndpointAccess operation returns a
nextToken, you can include the returned nextToken in following
ListEndpointAccess operations, which returns results in the next
page.
1723 1724 1725 1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1723 class ListEndpointAccessRequest < Struct.new( :max_results, :next_token, :owner_account, :vpc_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
1723 1724 1725 1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1723 class ListEndpointAccessRequest < Struct.new( :max_results, :next_token, :owner_account, :vpc_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
1723 1724 1725 1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1723 class ListEndpointAccessRequest < Struct.new( :max_results, :next_token, :owner_account, :vpc_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#workgroup_name ⇒ String
The name of the workgroup associated with the VPC endpoint to return.
1723 1724 1725 1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1723 class ListEndpointAccessRequest < Struct.new( :max_results, :next_token, :owner_account, :vpc_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |