Class: Aws::Finspace::Types::UpdateKxUserResponse

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

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
5409
5410
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5403

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

#iam_roleString

The IAM role ARN that is associated with the user.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
5409
5410
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5403

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

#user_arnString

The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
5409
5410
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5403

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

#user_nameString

A unique identifier for the user.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
5409
5410
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5403

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