Class: Aws::Types::StartBotResourceGenerationRequest

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)


3171
3172
3173
# File 'sig/types.rbs', line 3171

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3172
3173
3174
# File 'sig/types.rbs', line 3172

def bot_version
  @bot_version
end

#generation_input_prompt ⇒ ::String

Returns the value of attribute generation_input_prompt.

Returns:

  • (::String)


3170
3171
3172
# File 'sig/types.rbs', line 3170

def generation_input_prompt
  @generation_input_prompt
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3173
3174
3175
# File 'sig/types.rbs', line 3173

def locale_id
  @locale_id
end