Class: Aws::Finspace::Types::CreateKxUserResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


1348
1349
1350
1351
1352
1353
1354
1355
# File 'lib/aws-sdk-finspace/types.rb', line 1348

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

#iam_roleString

The IAM role ARN that will be associated with the user.

Returns:

  • (String)


1348
1349
1350
1351
1352
1353
1354
1355
# File 'lib/aws-sdk-finspace/types.rb', line 1348

class CreateKxUserResponse < Struct.new(
  :user_name,
  :user_arn,
  :environment_id,
  :iam_role)
  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*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html

Returns:

  • (String)


1348
1349
1350
1351
1352
1353
1354
1355
# File 'lib/aws-sdk-finspace/types.rb', line 1348

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

#user_nameString

A unique identifier for the user.

Returns:

  • (String)


1348
1349
1350
1351
1352
1353
1354
1355
# File 'lib/aws-sdk-finspace/types.rb', line 1348

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