Class: Aws::Types::DescribeFeatureGroupResponse

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)


4297
4298
4299
# File 'sig/types.rbs', line 4297

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4307
4308
4309
# File 'sig/types.rbs', line 4307

def description
  @description
end

#event_time_feature_name::String

Returns the value of attribute event_time_feature_name.

Returns:

  • (::String)


4295
4296
4297
# File 'sig/types.rbs', line 4295

def event_time_feature_name
  @event_time_feature_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4306
4307
4308
# File 'sig/types.rbs', line 4306

def failure_reason
  @failure_reason
end

#feature_definitions::Array[Types::FeatureDefinition]

Returns the value of attribute feature_definitions.

Returns:



4296
4297
4298
# File 'sig/types.rbs', line 4296

def feature_definitions
  @feature_definitions
end

#feature_group_arn::String

Returns the value of attribute feature_group_arn.

Returns:

  • (::String)


4292
4293
4294
# File 'sig/types.rbs', line 4292

def feature_group_arn
  @feature_group_arn
end

#feature_group_name::String

Returns the value of attribute feature_group_name.

Returns:

  • (::String)


4293
4294
4295
# File 'sig/types.rbs', line 4293

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


4303
4304
4305
# File 'sig/types.rbs', line 4303

def feature_group_status
  @feature_group_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4298
4299
4300
# File 'sig/types.rbs', line 4298

def last_modified_time
  @last_modified_time
end

#last_update_statusTypes::LastUpdateStatus

Returns the value of attribute last_update_status.



4305
4306
4307
# File 'sig/types.rbs', line 4305

def last_update_status
  @last_update_status
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4308
4309
4310
# File 'sig/types.rbs', line 4308

def next_token
  @next_token
end

#offline_store_configTypes::OfflineStoreConfig

Returns the value of attribute offline_store_config.



4300
4301
4302
# File 'sig/types.rbs', line 4300

def offline_store_config
  @offline_store_config
end

#offline_store_statusTypes::OfflineStoreStatus

Returns the value of attribute offline_store_status.



4304
4305
4306
# File 'sig/types.rbs', line 4304

def offline_store_status
  @offline_store_status
end

#online_store_configTypes::OnlineStoreConfig

Returns the value of attribute online_store_config.



4299
4300
4301
# File 'sig/types.rbs', line 4299

def online_store_config
  @online_store_config
end

#online_store_total_size_bytes::Integer

Returns the value of attribute online_store_total_size_bytes.

Returns:

  • (::Integer)


4309
4310
4311
# File 'sig/types.rbs', line 4309

def online_store_total_size_bytes
  @online_store_total_size_bytes
end

#record_identifier_feature_name::String

Returns the value of attribute record_identifier_feature_name.

Returns:

  • (::String)


4294
4295
4296
# File 'sig/types.rbs', line 4294

def record_identifier_feature_name
  @record_identifier_feature_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4302
4303
4304
# File 'sig/types.rbs', line 4302

def role_arn
  @role_arn
end

#throughput_configTypes::ThroughputConfigDescription

Returns the value of attribute throughput_config.



4301
4302
4303
# File 'sig/types.rbs', line 4301

def throughput_config
  @throughput_config
end