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.
3006 3007 3008 |
# File 'sig/types.rbs', line 3006 def name @name end |
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def type @type end |