Class: Aws::Types::StartBotResourceGenerationResponse

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)


3180
3181
3182
# File 'sig/types.rbs', line 3180

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3181
3182
3183
# File 'sig/types.rbs', line 3181

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


3184
3185
3186
# File 'sig/types.rbs', line 3184

def creation_date_time
  @creation_date_time
end

#generation_id ⇒ ::String

Returns the value of attribute generation_id.

Returns:

  • (::String)


3179
3180
3181
# File 'sig/types.rbs', line 3179

def generation_id
  @generation_id
end

#generation_input_prompt ⇒ ::String

Returns the value of attribute generation_input_prompt.

Returns:

  • (::String)


3178
3179
3180
# File 'sig/types.rbs', line 3178

def generation_input_prompt
  @generation_input_prompt
end

#generation_status ⇒ "Failed", ...

Returns the value of attribute generation_status.

Returns:

  • ("Failed", "Complete", "InProgress")


3183
3184
3185
# File 'sig/types.rbs', line 3183

def generation_status
  @generation_status
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3182
3183
3184
# File 'sig/types.rbs', line 3182

def locale_id
  @locale_id
end