Class: Aws::Types::UpdateBotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:challenge])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def bot_id
  @bot_id
end

#challenge::String

Returns the value of attribute challenge.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def challenge
  @challenge
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def display_name
  @display_name
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def group_id
  @group_id
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def network_id
  @network_id
end

#suspendBoolean

Returns the value of attribute suspend.

Returns:

  • (Boolean)


879
880
881
# File 'sig/types.rbs', line 879

def suspend
  @suspend
end