Class: Aws::Types::DescribeUserResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#server_id::String

Returns the value of attribute server_id.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def server_id
  @server_id
end

#userTypes::DescribedUser

Returns the value of attribute user.



427
428
429
# File 'sig/types.rbs', line 427

def user
  @user
end