Class: Aws::Types::UpdateGuestUserRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blockBoolean

Returns the value of attribute block.

Returns:

  • (Boolean)


902
903
904
# File 'sig/types.rbs', line 902

def block
  @block
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def username_hash
  @username_hash
end