Class: Aws::GlueDataBrew::Types::ListRulesetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListRulesetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in this request.
-
#next_token ⇒ String
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of a resource (dataset).
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in this request.
2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2667 class ListRulesetsRequest < Struct.new( :target_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2667 class ListRulesetsRequest < Struct.new( :target_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
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.
2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2667 class ListRulesetsRequest < Struct.new( :target_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |