Class: Aws::Finspace::Types::UpdateKxUserRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A token that ensures idempotency. This token expires in 10 minutes.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


5370
5371
5372
5373
5374
5375
5376
5377
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5370

class UpdateKxUserRequest < Struct.new(
  :environment_id,
  :user_name,
  :iam_role,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


5370
5371
5372
5373
5374
5375
5376
5377
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5370

class UpdateKxUserRequest < Struct.new(
  :environment_id,
  :user_name,
  :iam_role,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#iam_roleString

The IAM role ARN that is associated with the user.

Returns:

  • (String)


5370
5371
5372
5373
5374
5375
5376
5377
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5370

class UpdateKxUserRequest < Struct.new(
  :environment_id,
  :user_name,
  :iam_role,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

A unique identifier for the user.

Returns:

  • (String)


5370
5371
5372
5373
5374
5375
5376
5377
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5370

class UpdateKxUserRequest < Struct.new(
  :environment_id,
  :user_name,
  :iam_role,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end