Class: Aws::Types::CreateBotResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id::String

Returns the value of attribute bot_id.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def bot_id
  @bot_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def display_name
  @display_name
end

#group_id::String

Returns the value of attribute group_id.

Returns:



212
213
214
# File 'sig/types.rbs', line 212

def group_id
  @group_id
end

#message::String

Returns the value of attribute message.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def message
  @message
end

#network_id::String

Returns the value of attribute network_id.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def network_id
  @network_id
end

#username::String

Returns the value of attribute username.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def username
  @username
end