Class: Aws::Types::ListCustomDetectionRuleOrgConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomDetectionRuleOrgConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def next_token @next_token end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def status @status end |