Class: Aws::Types::SchemaAnalysisRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::SchemaAnalysisRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
3033 3034 3035 |
# File 'sig/types.rbs', line 3033 def name @name end |
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
3034 3035 3036 |
# File 'sig/types.rbs', line 3034 def type @type end |