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)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def collaboration_identifier
  @collaboration_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def name
  @name
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

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


1593
1594
1595
# File 'sig/types.rbs', line 1593

def type
  @type
end