Class: Aws::Types::ListCustomDetectionRuleOrgConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomDetectionRuleOrgConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configurations ⇒ ::Array[Types::DetectionRuleOrgConfigurationSummary]
Returns the value of attribute configurations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configurations ⇒ ::Array[Types::DetectionRuleOrgConfigurationSummary]
Returns the value of attribute configurations.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def configurations @configurations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def next_token @next_token end |