Class: Aws::Types::GetRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRulesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#rule_version ⇒ ::String
Returns the value of attribute rule_version.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
869 870 871 |
# File 'sig/types.rbs', line 869 def detector_id @detector_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
872 873 874 |
# File 'sig/types.rbs', line 872 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
871 872 873 |
# File 'sig/types.rbs', line 871 def next_token @next_token end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
868 869 870 |
# File 'sig/types.rbs', line 868 def rule_id @rule_id end |
#rule_version ⇒ ::String
Returns the value of attribute rule_version.
870 871 872 |
# File 'sig/types.rbs', line 870 def rule_version @rule_version end |