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:

  • (::String)


2220
2221
2222
# File 'sig/types.rbs', line 2220

def description
  @description
end

#event_time_feature_name::String

Returns the value of attribute event_time_feature_name.

Returns:

  • (::String)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def event_time_feature_name
  @event_time_feature_name
end

#feature_definitions::Array[Types::FeatureDefinition]

Returns the value of attribute feature_definitions.

Returns:



2215
2216
2217
# File 'sig/types.rbs', line 2215

def feature_definitions
  @feature_definitions
end

#feature_group_name::String

Returns the value of attribute feature_group_name.

Returns:

  • (::String)


2212
2213
2214
# File 'sig/types.rbs', line 2212

def feature_group_name
  @feature_group_name
end

#offline_store_configTypes::OfflineStoreConfig

Returns the value of attribute offline_store_config.



2217
2218
2219
# File 'sig/types.rbs', line 2217

def offline_store_config
  @offline_store_config
end

#online_store_configTypes::OnlineStoreConfig

Returns the value of attribute online_store_config.



2216
2217
2218
# File 'sig/types.rbs', line 2216

def online_store_config
  @online_store_config
end

#record_identifier_feature_name::String

Returns the value of attribute record_identifier_feature_name.

Returns:

  • (::String)


2213
2214
2215
# File 'sig/types.rbs', line 2213

def record_identifier_feature_name
  @record_identifier_feature_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2219
2220
2221
# File 'sig/types.rbs', line 2219

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2221
2222
2223
# File 'sig/types.rbs', line 2221

def tags
  @tags
end

#throughput_configTypes::ThroughputConfig

Returns the value of attribute throughput_config.



2218
2219
2220
# File 'sig/types.rbs', line 2218

def throughput_config
  @throughput_config
end