Class: Aws::Types::RecommenderUpdateSummary

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)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def creation_date_time
  @creation_date_time
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def failure_reason
  @failure_reason
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def last_updated_date_time
  @last_updated_date_time
end

#recommender_config ⇒ Types::RecommenderConfig

Returns the value of attribute recommender_config.



1286
1287
1288
# File 'sig/types.rbs', line 1286

def recommender_config
  @recommender_config
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def status
  @status
end