Class: Aws::Types::EndpointUser
- Inherits:
-
Object
- Object
- Aws::Types::EndpointUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_attributes ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute user_attributes.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#user_attributes ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute user_attributes.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def user_attributes @user_attributes end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def user_id @user_id end |