Class: Aws::Types::FeatureValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#feature_name ⇒ ::String

Returns the value of attribute feature_name.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def feature_name
  @feature_name
end

#value_as_string ⇒ ::String

Returns the value of attribute value_as_string.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def value_as_string
  @value_as_string
end

#value_as_string_list ⇒ ::Array[::String]

Returns the value of attribute value_as_string_list.

Returns:

  • (::Array[::String])


96
97
98
# File 'sig/types.rbs', line 96

def value_as_string_list
  @value_as_string_list
end