Class: Aws::Types::User

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_string::String

Returns the value of attribute access_string.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def access_string
  @access_string
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def arn
  @arn
end

#authenticationTypes::Authentication

Returns the value of attribute authentication.



1931
1932
1933
# File 'sig/types.rbs', line 1931

def authentication
  @authentication
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def engine
  @engine
end

#minimum_engine_version::String

Returns the value of attribute minimum_engine_version.

Returns:

  • (::String)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def minimum_engine_version
  @minimum_engine_version
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def status
  @status
end

#user_group_ids::Array[::String]

Returns the value of attribute user_group_ids.

Returns:

  • (::Array[::String])


1930
1931
1932
# File 'sig/types.rbs', line 1930

def user_group_ids
  @user_group_ids
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def user_id
  @user_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def user_name
  @user_name
end