Class: Aws::Chime::Types::RegenerateSecurityTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::RegenerateSecurityTokenResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot ⇒ Types::Bot
A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.
Instance Attribute Details
#bot ⇒ Types::Bot
A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.
7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-chime/types.rb', line 7248 class RegenerateSecurityTokenResponse < Struct.new( :bot) SENSITIVE = [] include Aws::Structure end |