Class: Aws::Types::CreateBotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:challenge])

Instance Attribute Summary collapse

Instance Attribute Details

#challenge::String

Returns the value of attribute challenge.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def challenge
  @challenge
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def display_name
  @display_name
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def group_id
  @group_id
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def network_id
  @network_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def username
  @username
end