Class: Aws::Types::GetSchemaAnalysisRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaAnalysisRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def collaboration_identifier @collaboration_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def name @name end |
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def type @type end |