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

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


5211
5212
5213
# File 'sig/types.rbs', line 5211

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


5212
5213
5214
# File 'sig/types.rbs', line 5212

def namespace
  @namespace
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


5210
5211
5212
# File 'sig/types.rbs', line 5210

def user_name
  @user_name
end