Class: Aws::Types::BatchGetSchemaAnalysisRuleInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifier::String

Returns the value of attribute collaboration_identifier.

Returns:

  • (::String)


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.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def schema_analysis_rule_requests
  @schema_analysis_rule_requests
end