Class: Aws::GlueDataBrew::Types::ListRulesetsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


2667
2668
2669
2670
2671
2672
2673
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2667

class ListRulesetsRequest < Struct.new(
  :target_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.

Returns:

  • (String)


2667
2668
2669
2670
2671
2672
2673
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2667

class ListRulesetsRequest < Struct.new(
  :target_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter indicates to return only those rulesets that are associated with the specified resource.

Returns:

  • (String)


2667
2668
2669
2670
2671
2672
2673
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2667

class ListRulesetsRequest < Struct.new(
  :target_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end