Class: Aws::Types::BotAliasSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def bot_alias_id
  @bot_alias_id
end

#bot_alias_name ⇒ ::String

Returns the value of attribute bot_alias_name.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def bot_alias_name
  @bot_alias_name
end

#bot_alias_status ⇒ "Creating", ...

Returns the value of attribute bot_alias_status.

Returns:

  • ("Creating", "Available", "Deleting", "Failed")


410
411
412
# File 'sig/types.rbs', line 410

def bot_alias_status
  @bot_alias_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


411
412
413
# File 'sig/types.rbs', line 411

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def description
  @description
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


412
413
414
# File 'sig/types.rbs', line 412

def last_updated_date_time
  @last_updated_date_time
end