Class: Aws::Chime::Types::LogoutUserRequest

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

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-chime/types.rb', line 1625

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

#user_idString

The user ID.

Returns:

  • (String)


1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-chime/types.rb', line 1625

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