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.



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

def collection_config
  @collection_config
end

#collection_type"List", ...

Returns the value of attribute collection_type.

Returns:

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


5953
5954
5955
# File 'sig/types.rbs', line 5953

def collection_type
  @collection_type
end

#feature_name::String

Returns the value of attribute feature_name.

Returns:

  • (::String)


5951
5952
5953
# File 'sig/types.rbs', line 5951

def feature_name
  @feature_name
end

#feature_type"Integral", ...

Returns the value of attribute feature_type.

Returns:

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


5952
5953
5954
# File 'sig/types.rbs', line 5952

def feature_type
  @feature_type
end