Class: Aws::Types::BuildBotLocaleResponse

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)


609
610
611
# File 'sig/types.rbs', line 609

def bot_id
  @bot_id
end

#bot_locale_status ⇒ "Creating", ...

Returns the value of attribute bot_locale_status.

Returns:

  • ("Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing")


612
613
614
# File 'sig/types.rbs', line 612

def bot_locale_status
  @bot_locale_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def bot_version
  @bot_version
end

#last_build_submitted_date_time ⇒ ::Time

Returns the value of attribute last_build_submitted_date_time.

Returns:

  • (::Time)


613
614
615
# File 'sig/types.rbs', line 613

def 
  @last_build_submitted_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def locale_id
  @locale_id
end