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
ListEndpointAccess
operation returns anextToken
, you can include the returnednextToken
in followingListEndpointAccess
operations, 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.
1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1646 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.
1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1646 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.
1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1646 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.
1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1646 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.
1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1646 class ListEndpointAccessRequest < Struct.new( :max_results, :next_token, :owner_account, :vpc_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |