Class: Aws::Types::GetUserProfileInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


3336
3337
3338
# File 'sig/types.rbs', line 3336

def domain_identifier
  @domain_identifier
end

#session_name::String

Returns the value of attribute session_name.

Returns:

  • (::String)


3339
3340
3341
# File 'sig/types.rbs', line 3339

def session_name
  @session_name
end

#type"IAM", "SSO"

Returns the value of attribute type.

Returns:

  • ("IAM", "SSO")


3338
3339
3340
# File 'sig/types.rbs', line 3338

def type
  @type
end

#user_identifier::String

Returns the value of attribute user_identifier.

Returns:

  • (::String)


3337
3338
3339
# File 'sig/types.rbs', line 3337

def user_identifier
  @user_identifier
end