Class: Aws::Finspace::Types::KxUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::KxUser
- 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
-
#create_timestamp ⇒ Time
The timestamp at which the kdb user was created.
-
#iam_role ⇒ String
The IAM role ARN that is associated with the user.
-
#update_timestamp ⇒ Time
The timestamp at which the kdb user was updated.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the user.
-
#user_name ⇒ String
A unique identifier for the user.
Instance Attribute Details
#create_timestamp ⇒ Time
The timestamp at which the kdb user was created.
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_role ⇒ String
The IAM role ARN that is associated with the user.
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_timestamp ⇒ Time
The timestamp at which the kdb user was updated.
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_arn ⇒ String
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.
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_name ⇒ String
A unique identifier for the user.
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 |