Class: Aws::Types::CreateBotVersionResponse

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)


869
870
871
# File 'sig/types.rbs', line 869

def bot_id
  @bot_id
end

#bot_status ⇒ "Creating", ...

Returns the value of attribute bot_status.

Returns:

  • ("Creating", "Available", "Inactive", "Deleting", "Failed", "Versioning", "Importing", "Updating")


873
874
875
# File 'sig/types.rbs', line 873

def bot_status
  @bot_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def bot_version
  @bot_version
end

#bot_version_locale_specification ⇒ ::Hash[::String, Types::BotVersionLocaleDetails]

Returns the value of attribute bot_version_locale_specification.

Returns:



872
873
874
# File 'sig/types.rbs', line 872

def bot_version_locale_specification
  @bot_version_locale_specification
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


874
875
876
# File 'sig/types.rbs', line 874

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def description
  @description
end