Class: Aws::Types::FeatureGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5964
5965
5966
# File 'sig/types.rbs', line 5964

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5973
5974
5975
# File 'sig/types.rbs', line 5973

def description
  @description
end

#event_time_feature_name::String

Returns the value of attribute event_time_feature_name.

Returns:

  • (::String)


5962
5963
5964
# File 'sig/types.rbs', line 5962

def event_time_feature_name
  @event_time_feature_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5972
5973
5974
# File 'sig/types.rbs', line 5972

def failure_reason
  @failure_reason
end

#feature_definitions::Array[Types::FeatureDefinition]

Returns the value of attribute feature_definitions.

Returns:



5963
5964
5965
# File 'sig/types.rbs', line 5963

def feature_definitions
  @feature_definitions
end

#feature_group_arn::String

Returns the value of attribute feature_group_arn.

Returns:

  • (::String)


5959
5960
5961
# File 'sig/types.rbs', line 5959

def feature_group_arn
  @feature_group_arn
end

#feature_group_name::String

Returns the value of attribute feature_group_name.

Returns:

  • (::String)


5960
5961
5962
# File 'sig/types.rbs', line 5960

def feature_group_name
  @feature_group_name
end

#feature_group_status"Creating", ...

Returns the value of attribute feature_group_status.

Returns:

  • ("Creating", "Created", "CreateFailed", "Deleting", "DeleteFailed")


5969
5970
5971
# File 'sig/types.rbs', line 5969

def feature_group_status
  @feature_group_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5965
5966
5967
# File 'sig/types.rbs', line 5965

def last_modified_time
  @last_modified_time
end

#last_update_statusTypes::LastUpdateStatus

Returns the value of attribute last_update_status.



5971
5972
5973
# File 'sig/types.rbs', line 5971

def last_update_status
  @last_update_status
end

#offline_store_configTypes::OfflineStoreConfig

Returns the value of attribute offline_store_config.



5967
5968
5969
# File 'sig/types.rbs', line 5967

def offline_store_config
  @offline_store_config
end

#offline_store_statusTypes::OfflineStoreStatus

Returns the value of attribute offline_store_status.



5970
5971
5972
# File 'sig/types.rbs', line 5970

def offline_store_status
  @offline_store_status
end

#online_store_configTypes::OnlineStoreConfig

Returns the value of attribute online_store_config.



5966
5967
5968
# File 'sig/types.rbs', line 5966

def online_store_config
  @online_store_config
end

#record_identifier_feature_name::String

Returns the value of attribute record_identifier_feature_name.

Returns:

  • (::String)


5961
5962
5963
# File 'sig/types.rbs', line 5961

def record_identifier_feature_name
  @record_identifier_feature_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


5968
5969
5970
# File 'sig/types.rbs', line 5968

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



5974
5975
5976
# File 'sig/types.rbs', line 5974

def tags
  @tags
end