Class: Aws::Types::BotRecommendationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def bot_recommendation_id
  @bot_recommendation_id
end

#bot_recommendation_status ⇒ "Processing", ...

Returns the value of attribute bot_recommendation_status.

Returns:

  • ("Processing", "Deleting", "Deleted", "Downloading", "Updating", "Available", "Failed", "Stopping", "Stopped")


535
536
537
# File 'sig/types.rbs', line 535

def bot_recommendation_status
  @bot_recommendation_status
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


537
538
539
# File 'sig/types.rbs', line 537

def creation_date_time
  @creation_date_time
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


538
539
540
# File 'sig/types.rbs', line 538

def last_updated_date_time
  @last_updated_date_time
end