Class: Aws::Finspace::Types::CreateKxUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::CreateKxUserResponse
- Defined in:
- gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#iam_role ⇒ String
The IAM role ARN that will be associated with the user.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the user.
-
#user_name ⇒ String
A unique identifier for the user.
Instance Attribute Details
#environment_id ⇒ String
A unique identifier for the kdb environment.
1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1350 class CreateKxUserResponse < Struct.new( :user_name, :user_arn, :environment_id, :iam_role) SENSITIVE = [] include Aws::Structure end |
#iam_role ⇒ String
The IAM role ARN that will be associated with the user.
1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1350 class CreateKxUserResponse < Struct.new( :user_name, :user_arn, :environment_id, :iam_role) 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.
1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1350 class CreateKxUserResponse < Struct.new( :user_name, :user_arn, :environment_id, :iam_role) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
A unique identifier for the user.
1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1350 class CreateKxUserResponse < Struct.new( :user_name, :user_arn, :environment_id, :iam_role) SENSITIVE = [] include Aws::Structure end |