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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/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)


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

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)


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

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)


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

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.

Returns:

  • (String)


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

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)


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

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