Class: Aws::Types::BlockedGuestUser
- Inherits:
-
Object
- Object
- Aws::Types::BlockedGuestUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin ⇒ ::String
Returns the value of attribute admin.
-
#modified ⇒ ::String
Returns the value of attribute modified.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#username_hash ⇒ ::String
Returns the value of attribute username_hash.
Instance Attribute Details
#admin ⇒ ::String
Returns the value of attribute admin.
162 163 164 |
# File 'sig/types.rbs', line 162 def admin @admin end |
#modified ⇒ ::String
Returns the value of attribute modified.
163 164 165 |
# File 'sig/types.rbs', line 163 def modified @modified end |
#username ⇒ ::String
Returns the value of attribute username.
161 162 163 |
# File 'sig/types.rbs', line 161 def username @username end |
#username_hash ⇒ ::String
Returns the value of attribute username_hash.
164 165 166 |
# File 'sig/types.rbs', line 164 def username_hash @username_hash end |