Class: Aws::Types::BotLocaleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_locale_status ⇒ "Creating", ...

Returns the value of attribute bot_locale_status.

Returns:

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


506
507
508
# File 'sig/types.rbs', line 506

def bot_locale_status
  @bot_locale_status
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def description
  @description
end

#last_build_submitted_date_time ⇒ ::Time

Returns the value of attribute last_build_submitted_date_time.

Returns:

  • (::Time)


508
509
510
# File 'sig/types.rbs', line 508

def 
  @last_build_submitted_date_time
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


507
508
509
# File 'sig/types.rbs', line 507

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def locale_id
  @locale_id
end

#locale_name ⇒ ::String

Returns the value of attribute locale_name.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def locale_name
  @locale_name
end