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)


5983
5984
5985
# File 'sig/types.rbs', line 5983

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5992
5993
5994
# File 'sig/types.rbs', line 5992

def description
  @description
end

#event_time_feature_name::String

Returns the value of attribute event_time_feature_name.

Returns:

  • (::String)


5981
5982
5983
# File 'sig/types.rbs', line 5981

def event_time_feature_name
  @event_time_feature_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5991
5992
5993
# File 'sig/types.rbs', line 5991

def failure_reason
  @failure_reason
end

#feature_definitions::Array[Types::FeatureDefinition]

Returns the value of attribute feature_definitions.

Returns:



5982
5983
5984
# File 'sig/types.rbs', line 5982

def feature_definitions
  @feature_definitions
end

#feature_group_arn::String

Returns the value of attribute feature_group_arn.

Returns:

  • (::String)


5978
5979
5980
# File 'sig/types.rbs', line 5978

def feature_group_arn
  @feature_group_arn
end

#feature_group_name::String

Returns the value of attribute feature_group_name.

Returns:

  • (::String)


5979
5980
5981
# File 'sig/types.rbs', line 5979

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")


5988
5989
5990
# File 'sig/types.rbs', line 5988

def feature_group_status
  @feature_group_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5984
5985
5986
# File 'sig/types.rbs', line 5984

def last_modified_time
  @last_modified_time
end

#last_update_statusTypes::LastUpdateStatus

Returns the value of attribute last_update_status.



5990
5991
5992
# File 'sig/types.rbs', line 5990

def last_update_status
  @last_update_status
end

#offline_store_configTypes::OfflineStoreConfig

Returns the value of attribute offline_store_config.



5986
5987
5988
# File 'sig/types.rbs', line 5986

def offline_store_config
  @offline_store_config
end

#offline_store_statusTypes::OfflineStoreStatus

Returns the value of attribute offline_store_status.



5989
5990
5991
# File 'sig/types.rbs', line 5989

def offline_store_status
  @offline_store_status
end

#online_store_configTypes::OnlineStoreConfig

Returns the value of attribute online_store_config.



5985
5986
5987
# File 'sig/types.rbs', line 5985

def online_store_config
  @online_store_config
end

#record_identifier_feature_name::String

Returns the value of attribute record_identifier_feature_name.

Returns:

  • (::String)


5980
5981
5982
# File 'sig/types.rbs', line 5980

def record_identifier_feature_name
  @record_identifier_feature_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


5987
5988
5989
# File 'sig/types.rbs', line 5987

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



5993
5994
5995
# File 'sig/types.rbs', line 5993

def tags
  @tags
end