Class: Aws::Chime::Types::GetUserRequest

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)


4395
4396
4397
4398
4399
4400
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4395

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

#user_idString

The user ID.

Returns:

  • (String)


4395
4396
4397
4398
4399
4400
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4395

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