Class: Aws::DataZone::Types::ListRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListRulesInput
- Defined in:
- gems/aws-sdk-datazone/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 forMaxResults
that is less than the number of rules, the response includes a pagination token namedNextToken
. -
#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.
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_types ⇒ Array<String>
The asset types of the rule.
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_product ⇒ Boolean
The data product of the rule.
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_identifier ⇒ String
The ID of the domain in which the rules are to be listed.
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_cascaded ⇒ Boolean
Specifies whether to include cascading rules in the results.
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_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.
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_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.
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_ids ⇒ Array<String>
The IDs of projects in which rules are to be listed.
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_type ⇒ String
The type of the rule.
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_identifier ⇒ String
The target ID of the rule.
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_type ⇒ String
The target type of the rule.
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 |