Class: Aws::Types::GetSchemaAnalysisRuleInput

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)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def collaboration_identifier
  @collaboration_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def name
  @name
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

  • ("AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE")


1612
1613
1614
# File 'sig/types.rbs', line 1612

def type
  @type
end