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)


347
348
349
# File 'sig/types.rbs', line 347

def collaboration_identifier
  @collaboration_identifier
end

#schema_analysis_rule_requests::Array[Types::SchemaAnalysisRuleRequest]

Returns the value of attribute schema_analysis_rule_requests.

Returns:



348
349
350
# File 'sig/types.rbs', line 348

def schema_analysis_rule_requests
  @schema_analysis_rule_requests
end