Class: Aws::Types::DescribedUser

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)


624
625
626
# File 'sig/types.rbs', line 624

def arn
  @arn
end

#home_directory::String

Returns the value of attribute home_directory.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def home_directory
  @home_directory
end

#home_directory_mappings::Array[Types::HomeDirectoryMapEntry]

Returns the value of attribute home_directory_mappings.

Returns:



626
627
628
# File 'sig/types.rbs', line 626

def home_directory_mappings
  @home_directory_mappings
end

#home_directory_type"PATH", "LOGICAL"

Returns the value of attribute home_directory_type.

Returns:

  • ("PATH", "LOGICAL")


627
628
629
# File 'sig/types.rbs', line 627

def home_directory_type
  @home_directory_type
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def policy
  @policy
end

#posix_profileTypes::PosixProfile

Returns the value of attribute posix_profile.

Returns:



629
630
631
# File 'sig/types.rbs', line 629

def posix_profile
  @posix_profile
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def role
  @role
end

#ssh_public_keys::Array[Types::SshPublicKey]

Returns the value of attribute ssh_public_keys.

Returns:



631
632
633
# File 'sig/types.rbs', line 631

def ssh_public_keys
  @ssh_public_keys
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



632
633
634
# File 'sig/types.rbs', line 632

def tags
  @tags
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


633
634
635
# File 'sig/types.rbs', line 633

def user_name
  @user_name
end