Class: Aws::Types::BuildBotLocaleRequest

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)


602
603
604
# File 'sig/types.rbs', line 602

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def locale_id
  @locale_id
end