Class: Aws::DataZone::Types::ListRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListRulesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action of the rule.
-
#asset_types ⇒ Array<String>
The asset types of the rule.
-
#data_product ⇒ Boolean
The data product of the rule.
-
#domain_identifier ⇒ String
The ID of the domain in which the rules are to be listed.
-
#include_cascaded ⇒ Boolean
Specifies whether to include cascading rules in the results.
-
#max_results ⇒ Integer
The maximum number of rules to return in a single call to ‘ListRules`.
-
#next_token ⇒ String
When the number of rules is greater than the default value for the ‘MaxResults` parameter, or if you explicitly specify a value for `MaxResults` that is less than the number of rules, the response includes a pagination token named `NextToken`.
-
#project_ids ⇒ Array<String>
The IDs of projects in which rules are to be listed.
-
#rule_type ⇒ String
The type of the rule.
-
#target_identifier ⇒ String
The target ID of the rule.
-
#target_type ⇒ String
The target type of the rule.
Instance Attribute Details
#action ⇒ String
The action of the rule.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |
#asset_types ⇒ Array<String>
The asset types of the rule.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |
#data_product ⇒ Boolean
The data product of the rule.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain in which the rules are to be listed.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |
#include_cascaded ⇒ Boolean
Specifies whether to include cascading rules in the results.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of rules to return in a single call to ‘ListRules`. When the number of rules to be listed is greater than the value of `MaxResults`, the response contains a `NextToken` value that you can use in a subsequent call to `ListRules` to list the next set of rules.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of rules is greater than the default value for the ‘MaxResults` parameter, or if you explicitly specify a value for `MaxResults` that is less than the number of rules, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListRules` to list the next set of rules.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |
#project_ids ⇒ Array<String>
The IDs of projects in which rules are to be listed.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |
#rule_type ⇒ String
The type of the rule.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The target ID of the rule.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The target type of the rule.
10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 |
# File 'lib/aws-sdk-datazone/types.rb', line 10824 class ListRulesInput < Struct.new( :action, :asset_types, :data_product, :domain_identifier, :include_cascaded, :max_results, :next_token, :project_ids, :rule_type, :target_identifier, :target_type) SENSITIVE = [] include Aws::Structure end |