Class: Aws::DataZone::Types::ListRulesInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action of the rule.

Returns:

  • (String)


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_typesArray<String>

The asset types of the rule.

Returns:

  • (Array<String>)


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_productBoolean

The data product of the rule.

Returns:

  • (Boolean)


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_identifierString

The ID of the domain in which the rules are to be listed.

Returns:

  • (String)


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_cascadedBoolean

Specifies whether to include cascading rules in the results.

Returns:

  • (Boolean)


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_resultsInteger

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.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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_idsArray<String>

The IDs of projects in which rules are to be listed.

Returns:

  • (Array<String>)


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_typeString

The type of the rule.

Returns:

  • (String)


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_identifierString

The target ID of the rule.

Returns:

  • (String)


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_typeString

The target type of the rule.

Returns:

  • (String)


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