Class: Aws::Types::BotVersionSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_name ⇒ ::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def bot_name
  @bot_name
end

#bot_status ⇒ "Creating", ...

Returns the value of attribute bot_status.

Returns:

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


596
597
598
# File 'sig/types.rbs', line 596

def bot_status
  @bot_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


597
598
599
# File 'sig/types.rbs', line 597

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def description
  @description
end