Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_string ⇒ ::String
Returns the value of attribute access_string.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authentication ⇒ Types::Authentication
Returns the value of attribute authentication.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#user_group_ids ⇒ ::Array[::String]
Returns the value of attribute user_group_ids.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#access_string ⇒ ::String
Returns the value of attribute access_string.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def access_string @access_string end |
#arn ⇒ ::String
Returns the value of attribute arn.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def arn @arn end |
#authentication ⇒ Types::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.
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.
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.
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.
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.
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.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def user_name @user_name end |