Class: Aws::Types::StopBotRecommendationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


3278
3279
3280
# File 'sig/types.rbs', line 3278

def bot_id
  @bot_id
end

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


3282
3283
3284
# File 'sig/types.rbs', line 3282

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


3281
3282
3283
# File 'sig/types.rbs', line 3281

def bot_recommendation_status
  @bot_recommendation_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3279
3280
3281
# File 'sig/types.rbs', line 3279

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3280
3281
3282
# File 'sig/types.rbs', line 3280

def locale_id
  @locale_id
end