Class: Aws::Types::UpdateKxUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def client_token
  @client_token
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def environment_id
  @environment_id
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def iam_role
  @iam_role
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def user_name
  @user_name
end