Class: Aws::Chime::Types::RegenerateSecurityTokenResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#botTypes::Bot

A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.

Returns:


7082
7083
7084
7085
7086
# File 'lib/aws-sdk-chime/types.rb', line 7082

class RegenerateSecurityTokenResponse < Struct.new(
  :bot)
  SENSITIVE = []
  include Aws::Structure
end