Class: Aws::Types::FeatureGroupSummary

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)


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

def creation_time
  @creation_time
end

#feature_group_arn::String

Returns the value of attribute feature_group_arn.

Returns:

  • (::String)


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

def feature_group_arn
  @feature_group_arn
end

#feature_group_name::String

Returns the value of attribute feature_group_name.

Returns:

  • (::String)


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

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


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

def feature_group_status
  @feature_group_status
end

#offline_store_statusTypes::OfflineStoreStatus

Returns the value of attribute offline_store_status.



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

def offline_store_status
  @offline_store_status
end