Class: Aws::RedshiftServerless::Types::ListManagedWorkgroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListManagedWorkgroupsRequest
- 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 ListManagedWorkgroups operation returns a nextToken, you can include the returned nextToken in following ListManagedWorkgroups operations, which returns results in the next page.
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.
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.
1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1696 class ListManagedWorkgroupsRequest < Struct.new( :max_results, :next_token, :source_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If your initial ListManagedWorkgroups operation returns a nextToken, you can include the returned nextToken in following ListManagedWorkgroups operations, which returns results in the next page.
1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1696 class ListManagedWorkgroupsRequest < Struct.new( :max_results, :next_token, :source_arn) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.
1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1696 class ListManagedWorkgroupsRequest < Struct.new( :max_results, :next_token, :source_arn) SENSITIVE = [] include Aws::Structure end |