Class: Aws::Types::ListRuleGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRuleGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_type ⇒ "AWS_MANAGED_THREAT_SIGNATURES", ...
Returns the value of attribute managed_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scope ⇒ "MANAGED", "ACCOUNT"
Returns the value of attribute scope.
-
#subscription_status ⇒ "NOT_SUBSCRIBED", "SUBSCRIBED"
Returns the value of attribute subscription_status.
-
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
Instance Attribute Details
#managed_type ⇒ "AWS_MANAGED_THREAT_SIGNATURES", ...
Returns the value of attribute managed_type.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def managed_type @managed_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def next_token @next_token end |
#scope ⇒ "MANAGED", "ACCOUNT"
Returns the value of attribute scope.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def scope @scope end |
#subscription_status ⇒ "NOT_SUBSCRIBED", "SUBSCRIBED"
Returns the value of attribute subscription_status.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def subscription_status @subscription_status end |
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def type @type end |