Class: Aws::Finspace::Types::KxUser

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

Overview

A structure that stores metadata for a kdb user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timestampTime

The timestamp at which the kdb user was created.

Returns:

  • (Time)


3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'lib/aws-sdk-finspace/types.rb', line 3961

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

#iam_roleString

The IAM role ARN that is associated with the user.

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'lib/aws-sdk-finspace/types.rb', line 3961

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

#update_timestampTime

The timestamp at which the kdb user was updated.

Returns:

  • (Time)


3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'lib/aws-sdk-finspace/types.rb', line 3961

class KxUser < Struct.new(
  :user_arn,
  :user_name,
  :iam_role,
  :create_timestamp,
  :update_timestamp)
  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*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'lib/aws-sdk-finspace/types.rb', line 3961

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

#user_nameString

A unique identifier for the user.

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'lib/aws-sdk-finspace/types.rb', line 3961

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