Class: Aws::RedshiftServerless::Types::ListManagedWorkgroupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.

Returns:

  • (String)


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