Class: Aws::Finspace::Types::KxUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::KxUser
- 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
-
#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.
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_role ⇒ String
The IAM role ARN that is associated with the user.
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_timestamp ⇒ Time
The timestamp at which the kdb user was updated.
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_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*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html
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 |