Class: Aws::Types::RecommenderSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def creation_date_time
  @creation_date_time
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def dataset_group_arn
  @dataset_group_arn
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def name
  @name
end

#recipe_arn ⇒ ::String

Returns the value of attribute recipe_arn.

Returns:

  • (::String)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def recipe_arn
  @recipe_arn
end

#recommender_arn ⇒ ::String

Returns the value of attribute recommender_arn.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def recommender_arn
  @recommender_arn
end

#recommender_config ⇒ Types::RecommenderConfig

Returns the value of attribute recommender_config.



1278
1279
1280
# File 'sig/types.rbs', line 1278

def recommender_config
  @recommender_config
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def status
  @status
end