Class: Aws::Types::PutBotAliasRequest

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)


706
707
708
# File 'sig/types.rbs', line 706

def bot_name
  @bot_name
end

#bot_version::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def bot_version
  @bot_version
end

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def checksum
  @checksum
end

#conversation_logsTypes::ConversationLogsRequest

Returns the value of attribute conversation_logs.



708
709
710
# File 'sig/types.rbs', line 708

def conversation_logs
  @conversation_logs
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



709
710
711
# File 'sig/types.rbs', line 709

def tags
  @tags
end