Class: Aws::Types::UpdateKxUserResponse

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:



1206
1207
1208
# File 'sig/types.rbs', line 1206

def environment_id
  @environment_id
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:



1207
1208
1209
# File 'sig/types.rbs', line 1207

def iam_role
  @iam_role
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:



1205
1206
1207
# File 'sig/types.rbs', line 1205

def user_arn
  @user_arn
end

#user_name::String

Returns the value of attribute user_name.

Returns:



1204
1205
1206
# File 'sig/types.rbs', line 1204

def user_name
  @user_name
end