Class: Aws::Types::DomainObjectTypeField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"STRING", "NUMBER"

Returns the value of attribute content_type.

Returns:

  • ("STRING", "NUMBER")


853
854
855
# File 'sig/types.rbs', line 853

def content_type
  @content_type
end

#feature_type"TEXTUAL", "CATEGORICAL"

Returns the value of attribute feature_type.

Returns:

  • ("TEXTUAL", "CATEGORICAL")


854
855
856
# File 'sig/types.rbs', line 854

def feature_type
  @feature_type
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def source
  @source
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def target
  @target
end