Class: Aws::Types::BotChannelAssociation

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)


36
37
38
# File 'sig/types.rbs', line 36

def bot_alias
  @bot_alias
end

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

Returns the value of attribute bot_configuration.

Returns:

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


40
41
42
# File 'sig/types.rbs', line 40

def bot_configuration
  @bot_configuration
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def bot_name
  @bot_name
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


38
39
40
# File 'sig/types.rbs', line 38

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def description
  @description
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def failure_reason
  @failure_reason
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def name
  @name
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


41
42
43
# File 'sig/types.rbs', line 41

def status
  @status
end

#type"Facebook", ...

Returns the value of attribute type.

Returns:

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


39
40
41
# File 'sig/types.rbs', line 39

def type
  @type
end