Class: Aws::Types::CreateFeatureGroupRequest

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:



2235
2236
2237
# File 'sig/types.rbs', line 2235

def description
  @description
end

#event_time_feature_name::String

Returns the value of attribute event_time_feature_name.

Returns:



2229
2230
2231
# File 'sig/types.rbs', line 2229

def event_time_feature_name
  @event_time_feature_name
end

#feature_definitions::Array[Types::FeatureDefinition]

Returns the value of attribute feature_definitions.

Returns:



2230
2231
2232
# File 'sig/types.rbs', line 2230

def feature_definitions
  @feature_definitions
end

#feature_group_name::String

Returns the value of attribute feature_group_name.

Returns:



2227
2228
2229
# File 'sig/types.rbs', line 2227

def feature_group_name
  @feature_group_name
end

#offline_store_configTypes::OfflineStoreConfig

Returns the value of attribute offline_store_config.

Returns:



2232
2233
2234
# File 'sig/types.rbs', line 2232

def offline_store_config
  @offline_store_config
end

#online_store_configTypes::OnlineStoreConfig

Returns the value of attribute online_store_config.

Returns:



2231
2232
2233
# File 'sig/types.rbs', line 2231

def online_store_config
  @online_store_config
end

#record_identifier_feature_name::String

Returns the value of attribute record_identifier_feature_name.

Returns:



2228
2229
2230
# File 'sig/types.rbs', line 2228

def record_identifier_feature_name
  @record_identifier_feature_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



2234
2235
2236
# File 'sig/types.rbs', line 2234

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2236
2237
2238
# File 'sig/types.rbs', line 2236

def tags
  @tags
end

#throughput_configTypes::ThroughputConfig

Returns the value of attribute throughput_config.

Returns:



2233
2234
2235
# File 'sig/types.rbs', line 2233

def throughput_config
  @throughput_config
end