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.
-
#acl_names ⇒ ::Array[::String]
Returns the value of attribute acl_names.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authentication ⇒ Types::Authentication
Returns the value of attribute authentication.
-
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#access_string ⇒ ::String
Returns the value of attribute access_string.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def access_string @access_string end |
#acl_names ⇒ ::Array[::String]
Returns the value of attribute acl_names.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def acl_names @acl_names end |
#arn ⇒ ::String
Returns the value of attribute arn.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def arn @arn end |
#authentication ⇒ Types::Authentication
Returns the value of attribute authentication.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def authentication @authentication end |
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def minimum_engine_version @minimum_engine_version end |
#name ⇒ ::String
Returns the value of attribute name.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def status @status end |