Class: Aws::Types::FeatureDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_configTypes::CollectionConfig

Returns the value of attribute collection_config.



5958
5959
5960
# File 'sig/types.rbs', line 5958

def collection_config
  @collection_config
end

#collection_type"List", ...

Returns the value of attribute collection_type.

Returns:

  • ("List", "Set", "Vector")


5957
5958
5959
# File 'sig/types.rbs', line 5957

def collection_type
  @collection_type
end

#feature_name::String

Returns the value of attribute feature_name.

Returns:

  • (::String)


5955
5956
5957
# File 'sig/types.rbs', line 5955

def feature_name
  @feature_name
end

#feature_type"Integral", ...

Returns the value of attribute feature_type.

Returns:

  • ("Integral", "Fractional", "String")


5956
5957
5958
# File 'sig/types.rbs', line 5956

def feature_type
  @feature_type
end