Class: Aws::Types::BatchGetSchemaAnalysisRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSchemaAnalysisRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#schema_analysis_rule_requests ⇒ ::Array[Types::SchemaAnalysisRuleRequest]
Returns the value of attribute schema_analysis_rule_requests.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
336 337 338 |
# File 'sig/types.rbs', line 336 def collaboration_identifier @collaboration_identifier end |
#schema_analysis_rule_requests ⇒ ::Array[Types::SchemaAnalysisRuleRequest]
Returns the value of attribute schema_analysis_rule_requests.
337 338 339 |
# File 'sig/types.rbs', line 337 def schema_analysis_rule_requests @schema_analysis_rule_requests end |