Class: Aws::Types::DescribeBotResourceGenerationResponse

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)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def creation_date_time
  @creation_date_time
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1436
1437
1438
# File 'sig/types.rbs', line 1436

def failure_reasons
  @failure_reasons
end

#generated_bot_locale_url ⇒ ::String

Returns the value of attribute generated_bot_locale_url.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def generated_bot_locale_url
  @generated_bot_locale_url
end

#generation_id ⇒ ::String

Returns the value of attribute generation_id.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def generation_id
  @generation_id
end

#generation_input_prompt ⇒ ::String

Returns the value of attribute generation_input_prompt.

Returns:

  • (::String)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def generation_input_prompt
  @generation_input_prompt
end

#generation_status ⇒ "Failed", ...

Returns the value of attribute generation_status.

Returns:

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


1437
1438
1439
# File 'sig/types.rbs', line 1437

def generation_status
  @generation_status
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def locale_id
  @locale_id
end

#model_arn ⇒ ::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def model_arn
  @model_arn
end