Class: Aws::Types::GetBotAliasResponse

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)


251
252
253
# File 'sig/types.rbs', line 251

def bot_name
  @bot_name
end

#bot_version::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def bot_version
  @bot_version
end

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def checksum
  @checksum
end

#conversation_logsTypes::ConversationLogsResponse

Returns the value of attribute conversation_logs.



255
256
257
# File 'sig/types.rbs', line 255

def conversation_logs
  @conversation_logs
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


253
254
255
# File 'sig/types.rbs', line 253

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def description
  @description
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


252
253
254
# File 'sig/types.rbs', line 252

def last_updated_date
  @last_updated_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def name
  @name
end