Class: Aws::Types::UpdateFeatureMetadataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12101
12102
12103
# File 'sig/types.rbs', line 12101

def description
  @description
end

#feature_group_name::String

Returns the value of attribute feature_group_name.

Returns:

  • (::String)


12099
12100
12101
# File 'sig/types.rbs', line 12099

def feature_group_name
  @feature_group_name
end

#feature_name::String

Returns the value of attribute feature_name.

Returns:

  • (::String)


12100
12101
12102
# File 'sig/types.rbs', line 12100

def feature_name
  @feature_name
end

#parameter_additions::Array[Types::FeatureParameter]

Returns the value of attribute parameter_additions.

Returns:



12102
12103
12104
# File 'sig/types.rbs', line 12102

def parameter_additions
  @parameter_additions
end

#parameter_removals::Array[::String]

Returns the value of attribute parameter_removals.

Returns:

  • (::Array[::String])


12103
12104
12105
# File 'sig/types.rbs', line 12103

def parameter_removals
  @parameter_removals
end