Class: Aws::Types::Bot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name, :bot_email, :security_token])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_email::String

Returns the value of attribute bot_email.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def bot_email
  @bot_email
end

#bot_id::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def bot_id
  @bot_id
end

#bot_type"ChatBot"

Returns the value of attribute bot_type.

Returns:

  • ("ChatBot")


136
137
138
# File 'sig/types.rbs', line 136

def bot_type
  @bot_type
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


138
139
140
# File 'sig/types.rbs', line 138

def created_timestamp
  @created_timestamp
end

#disabledBoolean

Returns the value of attribute disabled.

Returns:

  • (Boolean)


137
138
139
# File 'sig/types.rbs', line 137

def disabled
  @disabled
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def display_name
  @display_name
end

#security_token::String

Returns the value of attribute security_token.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def security_token
  @security_token
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


139
140
141
# File 'sig/types.rbs', line 139

def updated_timestamp
  @updated_timestamp
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def user_id
  @user_id
end