Class: Aws::Types::GetBotResponse

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:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def bot_id
  @bot_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def display_name
  @display_name
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def group_id
  @group_id
end

#has_challengeBoolean

Returns the value of attribute has_challenge.

Returns:

  • (Boolean)


334
335
336
# File 'sig/types.rbs', line 334

def has_challenge
  @has_challenge
end

#last_login::String

Returns the value of attribute last_login.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def 
  @last_login
end

#pubkey::String

Returns the value of attribute pubkey.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def pubkey
  @pubkey
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


332
333
334
# File 'sig/types.rbs', line 332

def status
  @status
end

#suspendedBoolean

Returns the value of attribute suspended.

Returns:

  • (Boolean)


335
336
337
# File 'sig/types.rbs', line 335

def suspended
  @suspended
end

#uname::String

Returns the value of attribute uname.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def uname
  @uname
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def username
  @username
end