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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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>)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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>)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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)


13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13127

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