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.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def collaboration_identifier @collaboration_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def name @name end |
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def type @type end |