Class: Aws::Types::GetBotChannelAssociationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:bot_configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias::String

Returns the value of attribute bot_alias.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def bot_alias
  @bot_alias
end

#bot_configuration::Hash[::String, ::String]

Returns the value of attribute bot_configuration.

Returns:

  • (::Hash[::String, ::String])


287
288
289
# File 'sig/types.rbs', line 287

def bot_configuration
  @bot_configuration
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def bot_name
  @bot_name
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


285
286
287
# File 'sig/types.rbs', line 285

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def description
  @description
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def failure_reason
  @failure_reason
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def name
  @name
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "CREATED", "FAILED")


288
289
290
# File 'sig/types.rbs', line 288

def status
  @status
end

#type"Facebook", ...

Returns the value of attribute type.

Returns:

  • ("Facebook", "Slack", "Twilio-Sms", "Kik")


286
287
288
# File 'sig/types.rbs', line 286

def type
  @type
end