Class: Aws::Types::IamUserProfileDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3615
3616
3617
# File 'sig/types.rbs', line 3615

def arn
  @arn
end

#group_profile_id::String

Returns the value of attribute group_profile_id.

Returns:

  • (::String)


3618
3619
3620
# File 'sig/types.rbs', line 3618

def group_profile_id
  @group_profile_id
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


3616
3617
3618
# File 'sig/types.rbs', line 3616

def principal_id
  @principal_id
end

#session_name::String

Returns the value of attribute session_name.

Returns:

  • (::String)


3617
3618
3619
# File 'sig/types.rbs', line 3617

def session_name
  @session_name
end