Class: Aws::Types::UpdateGuestUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGuestUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block ⇒ Boolean
Returns the value of attribute block.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#username_hash ⇒ ::String
Returns the value of attribute username_hash.
Instance Attribute Details
#block ⇒ Boolean
Returns the value of attribute block.
902 903 904 |
# File 'sig/types.rbs', line 902 def block @block end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
900 901 902 |
# File 'sig/types.rbs', line 900 def network_id @network_id end |
#username_hash ⇒ ::String
Returns the value of attribute username_hash.
901 902 903 |
# File 'sig/types.rbs', line 901 def username_hash @username_hash end |