Class: Aws::Types::UserContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


12619
12620
12621
# File 'sig/types.rbs', line 12619

def domain_id
  @domain_id
end

#iam_identityTypes::IamIdentity

Returns the value of attribute iam_identity.

Returns:



12620
12621
12622
# File 'sig/types.rbs', line 12620

def iam_identity
  @iam_identity
end

#user_profile_arn::String

Returns the value of attribute user_profile_arn.

Returns:

  • (::String)


12617
12618
12619
# File 'sig/types.rbs', line 12617

def 
  @user_profile_arn
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


12618
12619
12620
# File 'sig/types.rbs', line 12618

def 
  @user_profile_name
end