Class: Aws::Chime::Types::RegenerateSecurityTokenRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7234

class RegenerateSecurityTokenRequest < Struct.new(
  :account_id,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The bot ID.

Returns:

  • (String)


7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7234

class RegenerateSecurityTokenRequest < Struct.new(
  :account_id,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end