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)


3936
3937
3938
3939
3940
3941
3942
3943
3944
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3936

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)


3936
3937
3938
3939
3940
3941
3942
3943
3944
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3936

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)


3936
3937
3938
3939
3940
3941
3942
3943
3944
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3936

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)


3936
3937
3938
3939
3940
3941
3942
3943
3944
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3936

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)


3936
3937
3938
3939
3940
3941
3942
3943
3944
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3936

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