Class: Aws::Types::ListRulesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRulesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
Returns the value of attribute action.
-
#asset_types ⇒ ::Array[::String]
Returns the value of attribute asset_types.
-
#data_product ⇒ Boolean
Returns the value of attribute data_product.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#include_cascaded ⇒ Boolean
Returns the value of attribute include_cascaded.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#project_ids ⇒ ::Array[::String]
Returns the value of attribute project_ids.
-
#rule_type ⇒ "METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT"
Returns the value of attribute rule_type.
-
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
-
#target_type ⇒ "DOMAIN_UNIT"
Returns the value of attribute target_type.
Instance Attribute Details
#action ⇒ "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
Returns the value of attribute action.
4286 4287 4288 |
# File 'sig/types.rbs', line 4286 def action @action end |
#asset_types ⇒ ::Array[::String]
Returns the value of attribute asset_types.
4288 4289 4290 |
# File 'sig/types.rbs', line 4288 def asset_types @asset_types end |
#data_product ⇒ Boolean
Returns the value of attribute data_product.
4289 4290 4291 |
# File 'sig/types.rbs', line 4289 def data_product @data_product end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4282 4283 4284 |
# File 'sig/types.rbs', line 4282 def domain_identifier @domain_identifier end |
#include_cascaded ⇒ Boolean
Returns the value of attribute include_cascaded.
4290 4291 4292 |
# File 'sig/types.rbs', line 4290 def include_cascaded @include_cascaded end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4291 4292 4293 |
# File 'sig/types.rbs', line 4291 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4292 4293 4294 |
# File 'sig/types.rbs', line 4292 def next_token @next_token end |
#project_ids ⇒ ::Array[::String]
Returns the value of attribute project_ids.
4287 4288 4289 |
# File 'sig/types.rbs', line 4287 def project_ids @project_ids end |
#rule_type ⇒ "METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT"
Returns the value of attribute rule_type.
4285 4286 4287 |
# File 'sig/types.rbs', line 4285 def rule_type @rule_type end |
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
4284 4285 4286 |
# File 'sig/types.rbs', line 4284 def target_identifier @target_identifier end |
#target_type ⇒ "DOMAIN_UNIT"
Returns the value of attribute target_type.
4283 4284 4285 |
# File 'sig/types.rbs', line 4283 def target_type @target_type end |