Class: Aws::DataZone::Types::SsoUserProfileDetails

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

Overview

The SSO user profile detail.

Constant Summary collapse

SENSITIVE =
[:username, :first_name, :last_name]

Instance Attribute Summary collapse

Instance Attribute Details

#first_nameString

The first name as part of the SSO user profile detail.

Returns:

  • (String)


19231
19232
19233
19234
19235
19236
19237
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19231

class SsoUserProfileDetails < Struct.new(
  :username,
  :first_name,
  :last_name)
  SENSITIVE = [:username, :first_name, :last_name]
  include Aws::Structure
end

#last_nameString

The last name as part of the SSO user profile detail.

Returns:

  • (String)


19231
19232
19233
19234
19235
19236
19237
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19231

class SsoUserProfileDetails < Struct.new(
  :username,
  :first_name,
  :last_name)
  SENSITIVE = [:username, :first_name, :last_name]
  include Aws::Structure
end

#usernameString

The username as part of the SSO user profile detail.

Returns:

  • (String)


19231
19232
19233
19234
19235
19236
19237
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19231

class SsoUserProfileDetails < Struct.new(
  :username,
  :first_name,
  :last_name)
  SENSITIVE = [:username, :first_name, :last_name]
  include Aws::Structure
end