Class: Aws::Types::DescribeUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2903
2904
2905
# File 'sig/types.rbs', line 2903

def instance_id
  @instance_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


2902
2903
2904
# File 'sig/types.rbs', line 2902

def user_id
  @user_id
end