Class: Aws::DataZone::Types::GetUserProfileInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

the ID of the Amazon DataZone domain the data portal of which you want to get.

Returns:

  • (String)


6362
6363
6364
6365
6366
6367
6368
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6362

class GetUserProfileInput < Struct.new(
  :domain_identifier,
  :type,
  :user_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the user profile.

Returns:

  • (String)


6362
6363
6364
6365
6366
6367
6368
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6362

class GetUserProfileInput < Struct.new(
  :domain_identifier,
  :type,
  :user_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#user_identifierString

The identifier of the user for which you want to get the user profile.

Returns:

  • (String)


6362
6363
6364
6365
6366
6367
6368
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6362

class GetUserProfileInput < Struct.new(
  :domain_identifier,
  :type,
  :user_identifier)
  SENSITIVE = []
  include Aws::Structure
end