Class: Aws::Types::GetKxUserResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def environment_id
  @environment_id
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def iam_role
  @iam_role
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def user_arn
  @user_arn
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def user_name
  @user_name
end