Class: Aws::Types::DeleteBotAliasResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def bot_alias_id
  @bot_alias_id
end

#bot_alias_status ⇒ "Creating", ...

Returns the value of attribute bot_alias_status.

Returns:

  • ("Creating", "Available", "Deleting", "Failed")


1134
1135
1136
# File 'sig/types.rbs', line 1134

def bot_alias_status
  @bot_alias_status
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def bot_id
  @bot_id
end