Class: Aws::Types::UpdateFeatureGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#feature_additions::Array[Types::FeatureDefinition]

Returns the value of attribute feature_additions.

Returns:



12095
12096
12097
# File 'sig/types.rbs', line 12095

def feature_additions
  @feature_additions
end

#feature_group_name::String

Returns the value of attribute feature_group_name.

Returns:

  • (::String)


12094
12095
12096
# File 'sig/types.rbs', line 12094

def feature_group_name
  @feature_group_name
end

#online_store_configTypes::OnlineStoreConfigUpdate

Returns the value of attribute online_store_config.



12096
12097
12098
# File 'sig/types.rbs', line 12096

def online_store_config
  @online_store_config
end

#throughput_configTypes::ThroughputConfigUpdate

Returns the value of attribute throughput_config.



12097
12098
12099
# File 'sig/types.rbs', line 12097

def throughput_config
  @throughput_config
end