Class: Aws::Types::AutoDetectionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AutoDetectionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#scope ⇒ "ORGANIZATION"
Returns the value of attribute scope.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
98 99 100 |
# File 'sig/types.rbs', line 98 def enabled @enabled end |
#scope ⇒ "ORGANIZATION"
Returns the value of attribute scope.
97 98 99 |
# File 'sig/types.rbs', line 97 def scope @scope end |