Class: Aws::Types::Bot

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:



169
170
171
# File 'sig/types.rbs', line 169

def bot_id
  @bot_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def display_name
  @display_name
end

#group_id::String

Returns the value of attribute group_id.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def group_id
  @group_id
end

#has_challengeBoolean

Returns the value of attribute has_challenge.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def has_challenge
  @has_challenge
end

#last_login::String

Returns the value of attribute last_login.

Returns:



178
179
180
# File 'sig/types.rbs', line 178

def 
  
end

#pubkey::String

Returns the value of attribute pubkey.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def pubkey
  @pubkey
end

#status::Integer

Returns the value of attribute status.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def status
  @status
end

#suspendedBoolean

Returns the value of attribute suspended.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def suspended
  @suspended
end

#uname::String

Returns the value of attribute uname.

Returns:



172
173
174
# File 'sig/types.rbs', line 172

def uname
  @uname
end

#username::String

Returns the value of attribute username.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def username
  @username
end